Correct name of ActiveRecord

This commit is contained in:
Tom Hughes 2010-06-15 17:12:55 +01:00
parent f973bee52b
commit c38de8027f
6 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
if defined?(ActionRecord::Base)
if defined?(ActiveRecord::Base)
require 'validates_email_format_of'
end