0
我已堆疊。有模型的用戶和事件,也fullcalendar。如何將user_id插入coffeescript文件
$(document).ready ->
$("#calendar").fullCalendar(
events: '/events.json'
)
這裏是我的CoffeeScript文件,但因爲它需要events: '<%[email protected]%>/events.json'
它不工作。但ruby代碼不能在coffeescript文件中,所以我需要得到user_id
。
我該怎麼做?
哦,謝謝各位大大!有效! –