Sha256: 51613f6fdf9079f2d6667ff02b92d10c22331ef632bd3327276cbe630c12e9bf

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

module Reservation
  # replace this if you need to globally override the starting scope for events
  def self.events
    ::Reservation::Event.all
  end

  # replace this if you need to globally override the starting scope for reservations
  def self.reservations
    ::Reservation::Reservation.all
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reservation-0.1.0 lib/reservation/scopes.rb