Edit!
I set up the rolify gem and bundle my app:
I added:
gem "rolify" #to add roles like admin and member to the users
to the gemfile and then ran
bundle install
when i try to run
rails g rolify Role User
I get
Could not find generator rolify.
Google didn't bring up anything
Any ideas?
Had to add the git repository for it to work:
gem "rolify", :git => "git://github.com/EppO/rolify.git"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With