Skip to content

Commit

Permalink
"activerecord" -> "active_record". fixes #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jul 15, 2010
1 parent a773625 commit 0ade973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/acts_as_fu/base.rb
@@ -1,4 +1,4 @@
%w(rubygems activerecord).each { |lib| require lib }
%w(rubygems active_record).each { |lib| require lib }

RAILS_ROOT = File.join(File.dirname(__FILE__), '..') unless defined?(RAILS_ROOT)
RAILS_ENV = 'test' unless defined?(RAILS_ENV)
Expand Down

0 comments on commit 0ade973

Please sign in to comment.