Re: [Rails] Rails tutorial; CRD working, U failing

2013-08-22 Thread Colin Law
On 21 August 2013 19:01, wrote: > Using http://guides.rubyonrails.org/getting_started.html as a guide. > Create, Read, Delete all work. Update fails: > > NoMethodError in WordsController#update > ... > class WordsController < ApplicationController > ... > def update > @word = Word.find(par

[Rails] Rails tutorial; CRD working, U failing

2013-08-22 Thread rick . toews
Using http://guides.rubyonrails.org/getting_started.html as a guide. Create, Read, Delete all work. Update fails: NoMethodError in WordsController#update private method `update' called for # (I chose to make a list of words rather than of posts.) The Request parameters: {"utf8"=>"✓", "_me