Module: Iry::Handlers::Model Abstract
- Defined in:
- lib/iry/handlers.rb
Overview
This module is abstract.
Interface of the model that should be used to handle constraints. This object is an instance of ActiveRecord::Base
Instance Method Summary collapse
- #class ⇒ ModelClass abstract
- #errors ⇒ ActiveModel::Errors abstract
Instance Method Details
#errors ⇒ ActiveModel::Errors
This method is abstract.
41 42 |
# File 'lib/iry/handlers.rb', line 41 def errors end |