method
method_missing
v6.0.0 -
Show latest stable
- Class:
Rails::Railtie
method_missing(name, *args, &block)private
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.