[Rails] Re: Re: How to add additional path for views location
Jordon Bedwell wrote in post #1089073:
> ```ruby
>
config.paths["app/views"].unshift(Rails.root.join("/vendor/myapp/views/myctrl").to_s)
> ```
>
> The to_s might not be needed, I don't quite remember if Rails will
> work with Pathname on app/views or if it expects a string, but based
> on it's output I would expect it to always want to work with a string.
Thanks. It works now.
It looks that path must exist to be included in the searched paths list.
by
TheR
--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home