Skip to content

Commit

Permalink
Merge pull request rails#10468 from rimidl/add-missing-require-to-act…
Browse files Browse the repository at this point in the history
…ionview-lookupcontext

Added missing `require` to ActionView::LookupContext
  • Loading branch information
carlosantoniodasilva committed May 5, 2013
2 parents 5400e7f + 473a60b commit dd76a49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/action_view/lookup_context.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'thread_safe'
require 'active_support/core_ext/module/remove_method'
require 'active_support/core_ext/module/attribute_accessors'

module ActionView
# = Action View Lookup Context
Expand Down

0 comments on commit dd76a49

Please sign in to comment.