Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
atog committed Jun 5, 2009
1 parent b50524c commit 3a8e2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,8 +16,8 @@ Add an initializer
Roleify::Role.configure("role_a", "role_b") do
{
:role_a => { :issues => :all },
:role_b => { :issues => "index" }
:role_c => { :dashboard_issues => :all }
:role_b => { :issues => "index" },
:role_c => { :dashboard_issues => :all }
}
end

Expand Down

0 comments on commit 3a8e2b1

Please sign in to comment.