Class: AmountField::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/amount_field/configuration.rb

Constant Summary collapse

@@prefix =

Defines the prefix for the special setter method name:

def #{prefix}_xxx=(value) ...
end
'amount_field'
@@css_class =

Defines the CSS class name for the amount_field helper.

<input ...class="... #{css_class}" .../>
'amount_field'