# File lib/scrivener/validations.rb, line 158 def assert_decimal(att, error = [att, :not_decimal]) assert_format att, DECIMAL, error end