On 5/9/07, Rob Morris <[EMAIL PROTECTED]> wrote: > > Aaron, what version of Rails are you running? I'm using 1.2.3 and adding > an application.rhtml doesn't have any effect. I looked through the render() > and layout code in the codebase, looking for an application.* default, and > couldn't find it. Is it possible you're running an older version of Rails, > and that the current rev has dropped that feature, for some reason?
Hi Rob, Sorry for the delayed response. Nope, I'm using Rails 1.2.3. Perhaps reading through the layout section in the API doc will help: http://api.rubyonrails.org/classes/ActionController/Layout/ClassMethods.html#M000129 HTH, Aaron -- Aaron Campos [EMAIL PROTECTED] skype & AOL IM: aaroncampos -- Find me at RailsConf -- _______________________________________________ engine-developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
