Skip to content

Commit

Permalink
Merge pull request #13457 from strzalek/add-missing-av-railtie
Browse files Browse the repository at this point in the history
Add missing av/railtie require
  • Loading branch information
José Valim committed Dec 23, 2013
2 parents 1a6089f + 2e033e2 commit 72503e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/action_controller/railtie.rb
Expand Up @@ -3,6 +3,7 @@
require "action_dispatch/railtie"
require "abstract_controller/railties/routes_helpers"
require "action_controller/railties/helpers"
require "action_view/railtie"

module ActionController
class Railtie < Rails::Railtie #:nodoc:
Expand Down

0 comments on commit 72503e6

Please sign in to comment.