class PropertiesControllerTest

Public Instance Methods

normalizers() click to toggle source
# File test/standard_api/standard_api_test.rb, line 9
def normalizers
  {
    Property => {
      "size" => lambda { |value| value.round(4).to_s }
    }
  }
end