Skip to content

Commit

Permalink
Fix deprecated gem-name requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Sep 14, 2009
1 parent 70d2640 commit 697dda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion activemodel/examples/validations.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'activemodel'
require 'active_model'

class Person
include ActiveModel::Conversion
Expand Down
2 changes: 1 addition & 1 deletion railties/test/generators/generators_test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../../../activerecord/lib"
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../../../actionpack/lib"
require 'generators'
require 'activerecord'
require 'active_record'
require 'action_dispatch'

CURRENT_PATH = File.expand_path(Dir.pwd)
Expand Down

0 comments on commit 697dda5

Please sign in to comment.