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



232
233
234
# File 'lib/business_flow/dsl.rb', line 232

def read_attribute_for_validation(key)
  send(key)
end