Adding namespace support

This commit is contained in:
Michael Gall
2011-12-06 12:24:19 +11:00
committed by future
parent eddaea6395
commit 191158639e

View File

@@ -1,4 +1,4 @@
LineItem.class_eval do
Spree::LineItem.class_eval do
has_many :digital_links
@@ -19,4 +19,4 @@ LineItem.class_eval do
end
end
end
end