private Method

Layout.layout_directory?(layout_name)

There's no documentation for this item.

Source Code

# File action_controller/layout.rb, line 310
def layout_directory?(layout_name)
  @template.finder.find_template_extension_from_handler(File.join('layouts', layout_name))
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.