Class: Folder
- Inherits:
-
Common::Base
- Object
- Common::Base
- Folder
- Includes:
- ActiveModel::Validations, RedisCaching
- Defined in:
- app/models/folder.rb
Overview
Folder model
Instance Attribute Summary
Attributes inherited from Common::Base
Instance Method Summary collapse
Methods inherited from Common::Base
#changed, #changed?, #changes, default_sort, filterable_attributes, #initialize, max_per_page, per_page, sortable_attributes
Constructor Details
This class inherits a constructor from Common::Base
Instance Method Details
#<=>(other) ⇒ Object
22 23 24 |
# File 'app/models/folder.rb', line 22 def <=>(other) name <=> other.name end |