Adding namespace support

This commit is contained in:
Michael Gall
2011-12-19 18:46:11 +01:00
committed by future
parent eddaea6395
commit 191158639e
+2 -2
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