Eric Gross
2006-Aug-01 04:33 UTC
[Rails] calling controller method for .rhtml file inside directory
Im trying to call a method for an rhtml file that inside a directory. For example, I have views/some_view/directory_in_view/test.rhtml file. How do I access this in the controller, I cant have a method called: def some_view/directory_in_view end Do I just have to do a redirect? -- Posted via http://www.ruby-forum.com/.