Module: Iry::Handlers::ModelClass Abstract
- Defined in:
- lib/iry/handlers.rb
Overview
This module is abstract.
Interface of the model class. This class is usually inherits from ActiveRecord::Base
Instance Method Summary collapse
- #constraints ⇒ {String => Constraint} abstract
- #table_name ⇒ String abstract
Instance Method Details
#constraints ⇒ {String => Constraint}
This method is abstract.
31 32 |
# File 'lib/iry/handlers.rb', line 31 def constraints end |
#table_name ⇒ String
This method is abstract.
26 27 |
# File 'lib/iry/handlers.rb', line 26 def table_name end |