Files
danbooru/app/controllers/admin/users_controller.rb
2010-03-11 19:42:04 -05:00

8 lines
96 B
Ruby

class Admin::UsersController < ApplicationController
def edit
end
def update
end
end