Skip to content

Commit

Permalink
Make sure timestamp is properly referenced
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
blakesmith authored and josevalim committed May 11, 2010
1 parent 88b4a8f commit a4207c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/attribute_methods/dirty.rb
Expand Up @@ -8,7 +8,7 @@ module Dirty
include AttributeMethods::Write include AttributeMethods::Write


included do included do
if self < Timestamp if self < ::ActiveRecord::Timestamp
raise "You cannot include Dirty after Timestamp" raise "You cannot include Dirty after Timestamp"
end end


Expand Down

0 comments on commit a4207c1

Please sign in to comment.