User Interaction With Ember Discussion
How would you recommend dealing with the error "Can't verify CSRF token authenticity"? I added "skip_before_filter :verify_authenticity_token" to the monsters controller so it works fine, but I know this is not the best long term solution. Thanks!
when you create rails project,you should use rails new project_name --api
it will not have verify_authenticity_token