我正在使用rails3。我有两张桌子user_shift
,另一张是shift
桌子。我想要特定用户的当前班次。user_shift
表字段是
`id`,
`from`,
`to`,
`shift_id`,
`user_id`,
`created_at`,
`updated_at`
并且在shift
表字段中是
`id`,
`start_time`,
`end_time`,
description`,
`created_at`,
`updated_at` .