Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move action view patch to root dir
  • Loading branch information
clemens committed Jan 17, 2012
1 parent 8919cc0 commit 0ef5e23
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/delocalize/railtie.rb
Expand Up @@ -6,7 +6,7 @@ class Railtie < Rails::Railtie
end

ActiveSupport.on_load :action_view do
require 'delocalize/rails_ext/action_view'
require 'delocalize/action_view'
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -10,7 +10,7 @@

require 'active_record'

require 'delocalize/rails_ext/action_view'
require 'delocalize/action_view'

de = {
:date => {
Expand Down

0 comments on commit 0ef5e23

Please sign in to comment.