Created
July 2, 2010 04:47
-
-
Save cherring/460944 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map.resources :"foo-bar", :controller => "foo_bar", :only => [:new, :create, :index] |
In trace:
def hash_for_foo-bar_index_path(option...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
map.resources "foobar", :controller => "foo_bar", :only => [:new, :create, :index]
that works but, obviously wrong...