mike wrote:
> Hello all,
>
> i would like to change the default view path for one of my controllers.
> Like
> StudentsController should use templates located in views/persons instead
> views/students. Is that possible?
>
> Greetings, Mike
Go to your routes file in config and do something similar:
map.persons '/persons', :controller => 'students', :action => 'index'
--
Posted via
http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk@...
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@...
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en-~----------~----~----~----~------~----~------~--~---