Method: Porth::Handler.register_format
- Defined in:
- lib/porth/handler.rb
.register_format(format, mod) ⇒ Object
25 26 27 28 |
# File 'lib/porth/handler.rb', line 25 def self.register_format format, mod formats[format] = mod ActionController::Base.send :include, mod::ControllerExtensions end |