Skip to content
Wellington Cordeiro edited this page Mar 23, 2015 · 4 revisions

In Rails >= 3.x, add this to your Gemfile and run the bundle command.

gem "rolify"

Alternatively, you can install it as a plugin.

rails plugin install git://github.com/RolifyCommunity/rolify.git

Next: Configuration