You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mount FullcalendarEngine::Engine , at: "/fullcalendar_engine"
resources :events, module: 'fullcalendar_engine' , only: [:index, :show] do
collection do
get 'calendar', to: 'events#calendar', as: 'calendar'
post :check
end
end
I am unable to get this working with will_paginate, as I explain here: mislav/will_paginate#172
I have the following in my routes.rb:
But there is no way for me to generate the url:
What can I do?
The text was updated successfully, but these errors were encountered: