Skip to content

Commit

Permalink
Merge pull request lynndylanhurley#310 from jmliu/patch-2
Browse files Browse the repository at this point in the history
Remove erroneous colon from before_action callback
  • Loading branch information
booleanbetrayal committed Jul 20, 2015
2 parents 5862e5b + 9d1b529 commit 07ca81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ This gem supports the use of multiple user models. One possible use case is to a
~~~

1. Configure any `Admin` restricted controllers. Controllers will now have access to the methods [described here](#methods):
* `before_action: :authenticate_admin!`
* `before_action :authenticate_admin!`
* `current_admin`
* `admin_signed_in?`

Expand Down

0 comments on commit 07ca81c

Please sign in to comment.