Skip to content

Commit

Permalink
Merge pull request #119 from github/remove-eager-load
Browse files Browse the repository at this point in the history
Remove eager loading registration
  • Loading branch information
joelhawksley authored Nov 20, 2019
2 parents c7caf00 + 6dc9797 commit 5039508
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/action_view/component/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module ActionView
module Component
class Railtie < Rails::Railtie # :nodoc:
config.action_view_component = ActiveSupport::OrderedOptions.new
config.eager_load_namespaces << ActionView::Component

# Disabled due to issues with ActionView::Component::Base not defining .logger
# initializer "action_view_component.logger" do
Expand Down

0 comments on commit 5039508

Please sign in to comment.