upgrade(rails 5): add application record

This commit is contained in:
Joseph Mastey
2017-01-19 13:55:03 -06:00
parent 3474385141
commit 692fb99e51
12 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
class PaidTimeOff < ActiveRecord::Base
class PaidTimeOff < ApplicationRecord
belongs_to :user
has_many :schedule, :foreign_key => :user_id, :primary_key => :user_id, :dependent => :destroy