lib/vedeu/events/repository.rb in vedeu-0.6.10 vs lib/vedeu/events/repository.rb in vedeu-0.6.11
- old
+ new
@@ -2,10 +2,10 @@
module Events
# Allows the storing of events.
#
- class Repository < Vedeu::Repository
+ class Repository < Vedeu::Repositories::Repository
singleton_class.send(:alias_method, :events, :repository)
class << self