On Sun, May 23, 2010 at 12:09 AM, nirosh <kunalan.kand...@gmail.com> wrote:

> ActionController::UnknownAction (No action responded to report_poem.
> Actions: create, destroy, edit, index, new, show, update):

> so anybody know what is the reason is?

Either the generated URL is wrong -- you can check that easily using
your browser's "view source" -- or that's not a recognized route -- run
`rake routes` to determine, add as necessary.

HTH,
-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to