class Padrino::Helpers::FormBuilder::AbstractFormBuilder
def field_human_name(field)
def field_human_name(field) I18n.translate("#{object_name}.attributes.#{field}", :count => 1, :default => field.to_s.humanize, :scope => :models) end
def field_human_name(field) I18n.translate("#{object_name}.attributes.#{field}", :count => 1, :default => field.to_s.humanize, :scope => :models) end