Skip to content

Commit

Permalink
opened up the users creation process
Browse files Browse the repository at this point in the history
  • Loading branch information
cheezy committed Sep 10, 2011
1 parent ffadfe8 commit f560f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/users_controller.rb
@@ -1,5 +1,5 @@
class UsersController < ApplicationController
skip_before_filter :authorize, :only => [:index, :new]
skip_before_filter :authorize, :only => [:index, :new, :create]

def index
@users = User.order(:name)
Expand Down

0 comments on commit f560f26

Please sign in to comment.