Module: ActiveMail::Rails::TemplateHandler::Composer
- Extended by:
- T::Sig
- Defined in:
- lib/activemail/rails/template_handler.rb
Instance Method Summary collapse
Instance Method Details
#register_template_handler(ext, *args) ⇒ Object
47 48 49 50 |
# File 'lib/activemail/rails/template_handler.rb', line 47 def register_template_handler(ext, *args) super super(:"inky-#{ext}", ActiveMail::Rails::TemplateHandler.new(ext)) end |