Skip to content

Commit

Permalink
Require action_view explicitly in AC::Base
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszx0 committed Dec 8, 2013
1 parent 99975e7 commit d99dd0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/abstract_controller/rendering.rb
@@ -1,5 +1,6 @@
require 'active_support/concern'
require 'active_support/core_ext/class/attribute'
require 'action_view/view_paths'
require 'set'

module AbstractController
Expand Down
1 change: 1 addition & 0 deletions actionpack/lib/action_controller/base.rb
@@ -1,3 +1,4 @@
require 'action_view'
require "action_controller/log_subscriber"
require "action_controller/metal/params_wrapper"

Expand Down

0 comments on commit d99dd0a

Please sign in to comment.