lib/eddy/models/element/composite.rb in eddy-0.5.1 vs lib/eddy/models/element/composite.rb in eddy-0.6.0

- old
+ new

@@ -1,6 +1,8 @@ module Eddy - module Element - # - [References to Component Data Elements - X12 RFI](http://www.x12.org/rfis/References%20to%20Component%20Data%20Elements.pdf) - class Composite; end + module Models + module Element + # - [References to Component Data Elements - X12 RFI](http://www.x12.org/rfis/References%20to%20Component%20Data%20Elements.pdf) + class Composite; end + end end end