Module: BusinessFlow::DSL::ErrorSupport::InstanceMethods
- Defined in:
- lib/business_flow/dsl.rb
Overview
Provides the miniimum necessary instance methods to support the use of ActiveMode::Errors, outside of what’s provided by ActiveModel::Naming
Instance Method Summary collapse
Instance Method Details
#read_attribute_for_validation(key) ⇒ Object
244 245 246 |
# File 'lib/business_flow/dsl.rb', line 244 def read_attribute_for_validation(key) send(key) end |