Student Jr wrote: > By default, views are tied to controllers. So the views in app/views/ > c1s are invoked by the app/views/c1s_controller. > > However, it is possible to render views from an arbitrary controller. > grep render app/controllers/*. Partials might be called from helpers > or other views.
Yes, but a controller can generate several views. Is there a way to get to the line of code in the controller that generates the view and/or partial. -- 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.

