Hi, I have a strange problem. class ApplicationController < ActionController::Base layout ''test'' end class UserController < ApplicationController end UserController''s layout should be ''test''. However, if app/view/layouts/user.rhtml exists, UserController uses it as its layout. If I remove user.rhtml, UserController uses ''test'' as its layout. So, it seems that UserController tries to use ''user'' and only if it doesn''t exist, it uses the inherited layout. Is this a feature or bug? Thanks in advance. Sam -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---