Module: Inputs::PriceFormInput

Defined in:
app/models/inputs/price_form_input.rb

Instance Method Summary collapse

Instance Method Details

#price_field(method, opts = {}) ⇒ Object



3
4
5
# File 'app/models/inputs/price_form_input.rb', line 3

def price_field(method, opts = {})
  Inputs::PriceField.new(@object, @object_name, @template, method, opts).to_html
end