Class: InheritedResources::DumbResponder
- Inherits:
-
Object
- Object
- InheritedResources::DumbResponder
- Defined in:
- lib/vendor/plugins/inherited_resources/lib/inherited_resources/dumb_responder.rb
Overview
Dumb Responder
This responder discards all messages sent to him.
Instance Method Summary collapse
-
#method_missing(*args) ⇒ Object
This is like a good husband, he will just listen everything that his wife says (which is a lot) without complaining.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args) ⇒ Object
This is like a good husband, he will just listen everything that his wife says (which is a lot) without complaining. :)
15 16 17 |
# File 'lib/vendor/plugins/inherited_resources/lib/inherited_resources/dumb_responder.rb', line 15 def method_missing(*args) nil end |