simple_roles
simple_roles copied to clipboard
Simple roles system for Rails apps
Results
1
simple_roles issues
Sort by
recently updated
recently updated
newest added
When I try to add a role with a symbol, I get the following error. ``` ActiveRecord::AssociationTypeMismatch: Role(#70173822757240) expected, got Symbol(#70173818545420) from /Users/nash/.rvm/gems/ruby-2.0.0-p353/gems/activerecord-4.1.1/lib/active_record/associations/association.rb:216:in `raise_on_type_mismatch!' ``` ``` user.add_role :admin ``` Admin...