lib/representable.rb in representable-2.0.2 vs lib/representable.rb in representable-2.0.3

- old
+ new

@@ -1,4 +1,6 @@ +require 'forwardable' + require 'representable/inheritable' require 'representable/config' require 'representable/definition' require 'representable/mapper' require 'representable/for_collection' \ No newline at end of file