lib/torque/postgresql/attributes.rb in torque-postgresql-0.2.13 vs lib/torque/postgresql/attributes.rb in torque-postgresql-0.2.14

- old
+ new

@@ -27,10 +27,10 @@ end # Use local type map to identify attribute decorator def define_attribute_method(attribute) type = attribute_types[attribute] - super unless TypeMap.lookup(type, self, attribute, true) + super unless TypeMap.lookup(type, self, attribute) end end end