Greg Willits wrote: > I have a plugin. I want to include some baseline views for the app code > to "just use" -- meaning no need to copy files into /app, and no need to > specify a path in the controller. > > Is that possible? If I *have* to add something to the controller, that's > fine. The more important need is to have files reside in the plugin > folder.
ActiveScaffold does this. You might want to take a look at their implementation. If I remember, view_path is involved. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

