Skip to content

Commit

Permalink
Added missing require to ActionView::LookupContext
Browse files Browse the repository at this point in the history
  • Loading branch information
rimidl committed May 5, 2013
1 parent 227768c commit 473a60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/action_view/lookup_context.rb
@@ -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 473a60b

Please sign in to comment.