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

Create Event button not working #23

Open galonge opened 9 years ago

galonge commented 9 years ago

hi, i successfully mount the engine on "/timetrack" on my application. when i visit that uri, i see the calender with a "create event" link on top. but when i click on it, nothing happens. checking the console in firebug, i see a 404 not found error as shown below:

GET http://localhost:3000/trackmate/events/new [HTTP/1.1 404 Not Found 42ms]