Module: TinyCore::Acts::User::ActsMethods
- Defined in:
- lib/tiny_core/acts/user.rb
Instance Method Summary collapse
Instance Method Details
#acts_as_user ⇒ Object
5 6 7 8 9 10 11 12 13 |
# File 'lib/tiny_core/acts/user.rb', line 5 def acts_as_user acts_as_authentic validates_presence_of :full_name attr_protected :role extend ClassMethods include InstanceMethods end |