Skip to content

Instantly share code, notes, and snippets.

@kshahkshah
Created June 10, 2009 16:18
Show Gist options
  • Save kshahkshah/127320 to your computer and use it in GitHub Desktop.
Save kshahkshah/127320 to your computer and use it in GitHub Desktop.
(rdb:3) @controller.send :default_url_options
{:foo=>"bar"}
(rdb:3) new_post_path
"/posts/new"
(rdb:3) new_post_path(nil)
"/posts/new?foo=bar"
*HEAD EXPLODES*
https://rails.lighthouseapp.com/projects/8994/tickets/1251-default_url_options-cant-be-used-with-named-routes
related?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment