RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: lagartoflojo
It's not Backbone submitting double parameters. It's rails duplicating the parameters so that you can do:
Entry.new(params) or Entry.new(params[:entry])
It's not Backbone submitting double parameters. It's rails duplicating the parameters so that you can do:
Entry.new(params)
or
Entry.new(params[:entry])