Class: Trax::Model::Attributes::Type

Inherits:
Object
  • Object
show all
Defined in:
lib/trax/model/attributes/type.rb

Class Method Summary collapse

Class Method Details

.inherited(subklass) ⇒ Object



9
10
11
# File 'lib/trax/model/attributes/type.rb', line 9

def self.inherited(subklass)
  ::Trax::Model::Attributes.register_attribute_type(subklass)
end