Module: Frontman::ForwardCallsToApp
- Included in:
- Context
- Defined in:
- lib/frontman/concerns/forward_calls_to_app.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Instance Method Summary collapse
- #method_missing(method_id, *arguments, &block) ⇒ Object
- #respond_to_missing?(method_name, _ = false) ⇒ Boolean
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
Class Method Details
.included(klass) ⇒ Object
6 7 8 |
# File 'lib/frontman/concerns/forward_calls_to_app.rb', line 6 def self.included(klass) klass.extend Frontman::ForwardCallsToApp::ClassMethods end |