我有某种联系,希望用户报到,在缺席的情况下,我会接触到一种习惯观点(新工人.html)。
目前,我有一个链接,即我控制人员内部的一种方法,即把谁来检查工作人员用户会议类型,以决定用户应转向哪里。
edit: as pointed out by the commenters the answer is to call the relevant controller to your view in your link_to, then perform the check for the right render inside the controller like so:
if session[:user].staff_type == 3
render "new_worker"
指出相关观点中新的“工人”观点