You asked about passing parameters so, in addition to the code
generating the link, I need to see the link that it creates and how
the routing system interprets it.
Please add the following 2 pieces of information to your gist:
1) the rendered html from _list_indisciplines.html.erb
2) the section of the development log when you click that link, e.g.
Processing PagesController#show (for 131.215.229.27 at 2014-03-12 10:46:17) [GET]
Parameters: {"action"=>"show", "url_parts"=>["protocols"], "controller"=>"pages"}
And by the way, since you have map.feed, that should be creating a
named route for you: feed_path. So if you want, you can use that
instead of the hash explicitly listing controller and action. Use
`rake routes` to see which of your routes have named route helper
methods available.
> You received this message because you are subscribed to the Google Groups "SD Ruby" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
sdruby+un...@googlegroups.com.