Class: Vacation
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Vacation
- Defined in:
- app/models/vacation.rb
Overview
Schema Information
Table name: vacations
id :integer not null, primary key
name :string(255)
total_hours :integer
organization_id :integer
created_at :datetime
updated_at :datetime