class HtmlGrid::InputCurrency
Public Instance Methods
init()
click to toggle source
Calls superclass method
# File lib/htmlgrid/inputcurrency.rb, line 31 def init super @attributes["value"] = @lookandfeel.format_price(@value) end