Sha256: 4e5ab323019615618eb6e705b94bf6142af1767d74c95dc91ce5b725d23ca294
Contents?: true
Size: 314 Bytes
Versions: 5
Compression:
Stored size: 314 Bytes
Contents
module Reservation # replace this if you need to globally override the starting scope for events def self.events ::Reservation::Event.scoped end # replace this if you need to globally override the starting scope for reservations def self.reservations ::Reservation::Reservation.scoped end end
Version data entries
5 entries across 5 versions & 1 rubygems