Alex Korolev wrote in post #1088794:
> Maybe you forgot add resource route?
>
> , 12  2012 ., 13:30:59 UTC+4  Ruby-Forum.com User
> :

In routes.rb is present:

  resources :courses

and I add/remove:

  match 'courses/:id/score' => 'course#score', :as => :score

in many version... but don't work :(

-- 
Posted via http://www.ruby-forum.com/.

-- 
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-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to