How To Change The View Path Of A Controller In Rails
This article describes how to manipulate the views paths in your Rails app. You will see how you can use to share a view directory with another controller or switch the base view path based on some variable such as a site name for a multi-tenant app. https://solidfoundationwebdev.com/blog/posts/how-to-change-the-view-path-of-a-controller-in-rails
Post a comment