apparently i don’t need to write the action name in the view thanks to
the path mapping defined in route.rb, rails find from the route and the
method of the query.
but apparently it’s not working … and i don’t know why …
apparently i don’t need to write the action name in the view thanks to
the path mapping defined in route.rb, rails find from the route and the
method of the query.
but apparently it’s not working … and i don’t know why …
the problem came from the file routes.rb, the default mapping routes
have to be placed at in last position… works perfectly now !!
itkin
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.