Module: BusinessFlow::DSL::ErrorSupport

Defined in:
lib/business_flow/dsl.rb

Overview

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

Defined Under Namespace

Modules: InstanceMethods

Instance Method Summary collapse

Instance Method Details

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



225
226
227
# File 'lib/business_flow/dsl.rb', line 225

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