Class: UserVacationInfo

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/user_vacation_info.rb

Overview

Schema Information

Table name: user_vacation_infos

id          :integer          not null, primary key
user_id     :integer
vacation_id :integer
spent_hours :float
created_at  :datetime
updated_at  :datetime