23 24 25 26
# File 'app/controllers/users_controller.rb', line 23 def new authorize! :create, User @user = User.new end