Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don’t require already required modules #17071

Merged

Commits on Sep 26, 2014

  1. Don’t require already required modules

    abstract_unit.rb requires `action_controller` which [already includes the following lines of code](https://github.com/rails/rails/blob/64fcdce1d3a6a8768ab17f3be144270456814f82/actionpack/lib/action_controller.rb#L2L3):
    
    ```ruby
    require 'abstract_controller'
    require 'action_dispatch'
    ```
    claudiofullscreen committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    0b725aa View commit details
    Browse the repository at this point in the history