Module: Foobara::Model::Concerns::Types
- Includes:
- Concern
- Included in:
- Foobara::Model
- Defined in:
- foobara-0.5.8/projects/entities/projects/model/src/concerns/types.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from Concern
foobara_class_methods_module_for, foobara_concern?, included
Instance Method Details
#attributes_type ⇒ Object
7 8 9 |
# File 'projects/entities/projects/model/src/concerns/types.rb', line 7 def attributes_type self.class.attributes_type end |