Displaying 1 result from an estimated 1 matches for "directory_in_view".
2006 Aug 01
0
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/.