Method: UsersController#new

Defined in:
app/controllers/users_controller.rb

#newObject



23
24
25
26
# File 'app/controllers/users_controller.rb', line 23

def new
  authorize! :create, User
  @user = User.new
end