Skip to content

Instantly share code, notes, and snippets.

@TheNicholasNick
Created May 6, 2010 06:57
Show Gist options
  • Save TheNicholasNick/391875 to your computer and use it in GitHub Desktop.
Save TheNicholasNick/391875 to your computer and use it in GitHub Desktop.
access_control.roles_for :any do |role|
role.protect "/user"
role.allow "/user/login"
role.allow "/user/logout"
role.allow "/user/new"
role.allow "/user/create"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment