Module: Representable::Binding::Deprecation::Build

Defined in:
lib/representable/deprecations.rb

Instance Method Summary collapse

Instance Method Details

#build(definition) ⇒ Object



28
29
30
31
# File 'lib/representable/deprecations.rb', line 28

def build(definition)
  warn "[Representable] The :binding option is deprecated and will be removed in 3.0. Please use your own pipeline instead." if definition[:binding]
  super
end