static public Method

Base.handler_class_for_extension(extension)

There's no documentation for this item.

Source Code

# File action_view/base.rb, line 242
def self.handler_class_for_extension(extension)
  (extension && @@template_handlers[extension.to_sym]) || @@default_template_handlers
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.