app/models/ext/resellable.rb in artfully_ose-1.0.0.rc4 vs app/models/ext/resellable.rb in artfully_ose-1.1.0.rc1
- old
+ new
@@ -1,11 +1,18 @@
module Ext
module Resellable
module Show
-
end
module Organization
+ end
+ module Event
+ end
+
+ module Ticket
+ def reseller
+ nil
+ end
end
end
end
\ No newline at end of file