module Inky::Rails::TemplateHandler::Composer

Public Instance Methods

register_template_handler(ext, *) click to toggle source
Calls superclass method
# File lib/inky/rails/template_handler.rb, line 27
def register_template_handler(ext, *)
  super
  super :"inky-#{ext}", Inky::Rails::TemplateHandler.new(ext)
end