Module: BusinessFlow::DSL::ErrorSupport

Defined in:
lib/business_flow/dsl.rb

Overview

Provides the minimum necessary methods to support the use of ActiveModel::Errors

Instance Method Summary collapse

Instance Method Details

#human_attribute_name(key, _opts = {}) ⇒ Object



162
163
164
# File 'lib/business_flow/dsl.rb', line 162

def human_attribute_name(key, _opts = {})
  key
end