Error while processing route: entries undefined is not a function TypeError: undefined is not a function at RandomRaffle.EntriesRoute.Ember.Route.extend.setupController
and
undefined is not a function TypeError: undefined is not a function
at RandomRaffle.EntriesRoute.Ember.Route.extend.setupController
when I add RandomRaffle.Entry.find() to my routes. Any ideas?
into my entries_index.js.coffee file under createEntry causes an
ExecJS::RuntimeError in Main#index
SyntaxError: unexpected CALL_START
(in /Users/lionelramos/Documents/raffler/app/assets/javascripts/views/entries/entries_index.js.coffee)
My log has this:
coffescript
ActionView::Template::Error (SyntaxError: unexpected JS
(in /Users/lionelramos/Documents/raffler/app/assets/javascripts/views/entries/entries_index.js.coffee)):
Receiving console error:
Error while processing route: entries undefined is not a function TypeError: undefined is not a function at RandomRaffle.EntriesRoute.Ember.Route.extend.setupController
and
undefined is not a function TypeError: undefined is not a function
at RandomRaffle.EntriesRoute.Ember.Route.extend.setupController
when I add RandomRaffle.Entry.find() to my routes. Any ideas?
I was able to fix the ExecJS error. Had to do with having spaces instead of tabs in my coffeescript function.
Adding:
into my entries_index.js.coffee file under createEntry causes an
My log has this:
Any thoughts?