lib/representable/coercion.rb in representable-1.2.2 vs lib/representable/coercion.rb in representable-1.2.3

- old
+ new

@@ -12,7 +12,6 @@ def property(name, args={}) attribute(name, args[:type]) if args[:type] # FIXME (in virtus): undefined method `superclass' for VirtusCoercionTest::SongRepresenter:Module super(name, args) end end - end