method
method_missing
v4.2.1 -
Show latest stable
- Class:
Rails::Railtie
method_missing(name, *args, &block)protected
If the class method does not have a method, then send the method call to the Railtie instance.
method_missing(name, *args, &block)If the class method does not have a method, then send the method call to the Railtie instance.