class Formtastic::Inputs::Base::Validations::IndeterminableMaximumAttributeError
Public Instance Methods
message()
click to toggle source
# File lib/formtastic/inputs/base/validations.rb, line 16 def message [ "A maximum value can not be determined when the validation uses :less_than on a :decimal or :float column type.", "Please alter the validation to use :less_than_or_equal_to, or provide a value for this attribute explicitly with the :max option on input()." ].join("\n") end