回答編集履歴

2

2017/05/08 02:59

投稿

moke
moke

スコア2241

test CHANGED
File without changes

1

2017/05/08 02:59

投稿

moke
moke

スコア2241

test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  has_one :org_group ,->{order 'start_date desc'},class_name: 'EmpGroupLog'
76
76
 
77
- delegate :start_date,emp_group_name,to: :org_group,prefix: true
77
+ delegate :start_date,:emp_group_name,to: :org_group,prefix: true
78
78
 
79
79
  ```
80
80