Class: TentD::Model::Group
- Inherits:
-
Object
- Object
- TentD::Model::Group
- Includes:
- DataMapper::Resource, RandomPublicId, Serializable, UserScoped
- Defined in:
- lib/tentd/model/group.rb
Class Method Summary collapse
Methods included from UserScoped
Methods included from Serializable
Methods included from RandomPublicId
Class Method Details
.public_attributes ⇒ Object
19 20 21 |
# File 'lib/tentd/model/group.rb', line 19 def self.public_attributes [:name] end |