/hotel_callbackfornia

Created for Turing School as a starting base for using callbacks in Rails

Primary LanguageRuby

Hotel Callbackfornia

Resources and Relationships

This Rails 5 application is setup with the following resources:

  • hotels
  • rooms
  • guests
  • reservations

Hotels have many rooms. Rooms belong to hotels. Rooms have many guests, through reservations. Guests have many rooms, through reservations.

Setup

bundle install
bundle exec rake db:setup