All the little details

This commit is contained in:
2015-02-20 23:03:38 +01:00
parent 9eb4f8ee9a
commit 006d840c4e
18 changed files with 87 additions and 28 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class Employee
property :name
#property :email
has_many :employee_shifts
has_many :employee_shifts, dependent: :destroy
view :by_email, key: :email
class << self