Open ZhangHanDong opened 13 years ago
The following examples In your doc, i can't see any diffrent.
Example: role_string strategy
class User include Mongoid::Document include Roles::Mongoid strategy :one_role valid_roles_are :admin, :guest, :user end
Example: one_role strategy class User include Mongoid::Document include Roles::Mongoid strategy :one_role valid_roles_are :admin, :guest, :user end
The following examples In your doc, i can't see any diffrent.
Example: role_string strategy