Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jashmenn committed Feb 11, 2009
1 parent 055c1e7 commit 9a7e824
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/models/sogi/xml_order_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ class << self
attr_accessor :body
attr_accessor :document

# TODO - this "meta programming" definitely will NOT work b/c your overriding
# methods in the actual parent class Order and LineItem etc. You need to
# generate a subclass and set methods there (hint: use the metaclass)
class << self
include XmlParsingClassMethods

Expand Down

0 comments on commit 9a7e824

Please sign in to comment.