module Reservation
Constants
- DAY_MAP
- MAP_DAY
- VERSION
Public Class Methods
events()
click to toggle source
replace this if you need to globally override the starting scope for events
# File lib/reservation/scopes.rb, line 3 def self.events ::Reservation::Event.all end
reservations()
click to toggle source
replace this if you need to globally override the starting scope for reservations
# File lib/reservation/scopes.rb, line 8 def self.reservations ::Reservation::Reservation.all end
table_name_prefix()
click to toggle source
# File lib/reservation.rb, line 10 def self.table_name_prefix 'reservation_' end