Skip to content

Commit

Permalink
missed another change
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dell committed Aug 6, 2010
1 parent aee7d36 commit 610d3a0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/models/comment.rb
@@ -1,9 +1,5 @@
# this class is only meant for compatability mode testing
class Comment < ActiveRecord::Base
# stampable :stamper_class_name => :person
stampable :stamper_class_name => :person,
:creator_attribute => :created_by,
:updater_attribute => :updated_by,
:deleter_attribute => :deleted_by
stampable :stamper_class_name => :person
belongs_to :post
end

0 comments on commit 610d3a0

Please sign in to comment.