vinsol / fullcalendar-rails-engine

Rails engine implementation of fullcalendar jQuery plugin(http://arshaw.com/fullcalendar/). Create, edit, delete, reschedule, resize events like google calendar.
http://vinsol.com/fullcalendar-demo
MIT License
66 stars 51 forks source link

Routes issue when mounting engine in existing app #24

Open bkd opened 9 years ago

bkd commented 9 years ago

mount FullcalendarEngine::Engine => "/fullcalendar_engine"

I have an existing app, with Devise, RailsAdmin etc, I installed the gem and mounted in routes.rb I then have broken routes for the rest of the app when I goto the full calendar mount point. I assume I need to inherit some of the routes from the rest of the app?

vijay15793 commented 9 years ago

+1

derotune commented 9 years ago

+1

JeremyEllingham commented 9 years ago

+1