Skip to content
  • Ryuta Kamizono's avatar
    22e5cacd
    `ruby2_keywords` for `method_missing` · 22e5cacd
    Ryuta Kamizono authored
    This fixes the following warnings:
    
    ```
    /rails/railties/lib/rails/railtie.rb:190: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
    /rails/railties/lib/rails/application.rb:222: warning: The called method `config_for' is defined here
    ```
    22e5cacd
    `ruby2_keywords` for `method_missing`
    Ryuta Kamizono authored
    This fixes the following warnings:
    
    ```
    /rails/railties/lib/rails/railtie.rb:190: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
    /rails/railties/lib/rails/application.rb:222: warning: The called method `config_for' is defined here
    ```
Loading