Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
atog committed Oct 14, 2009
1 parent e3970d8 commit eab6b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Make sure your User object has a "role" attribute (String).
Add an initializer
------------------

Roleify::Role.configure("role_a", "role_b") do
Roleify::Role.configure(%w(role_a role_b)) do
{
:role_a => { :issues => :all },
:role_b => { :issues => "index" },
Expand Down

0 comments on commit eab6b5a

Please sign in to comment.