module BusinessFlow::DSL::ErrorSupport

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

Public Instance Methods

human_attribute_name(key, _opts = {}) click to toggle source
# File lib/business_flow/dsl.rb, line 220
def human_attribute_name(key, _opts = {})
  key
end