2014-03-14 2 views

답변

5

, 노력이 하나 : 당신은 오타가

ActiveRecord::Base.connection.select_values("SELECT c.value FROM custom_values c, 
time_entries p, custom_fields cf where c.customized_type = 'TimeEntry' 
and p.id = c.customized_id and c.custom_field_id = cf.id 
and cf.type = 'TimeEntryCustomField' and cf.name = 'Reference TS Client' 
and p.id = ?", log.user.id.to_s) 
+0

가) ActiveRecoed -> 액티브 –

관련 문제