« Return to Thread: Change default view path for an ActionController

Re: Change default view path for an ActionController

by Pierre Olivier Martel-3 :: Rate this Message:

Reply to Author | View in Thread


I just had the same problem and I solved it by creating symlinks
between the folders. So, for your example, you could try this command
in your view folder :

link -s persons students

It would be nice to have a more standard way to change the view folder
path... Hope it helps!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: Change default view path for an ActionController