Skip to content

Instantly share code, notes, and snippets.

@favrik
Created April 16, 2011 00:27
Show Gist options
  • Save favrik/922695 to your computer and use it in GitHub Desktop.
Save favrik/922695 to your computer and use it in GitHub Desktop.
class Reservation < ActiveRecord::Base
has_many :taxes
has_many :surcharges
belongs_to :customer
#logic goes here
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment