Skip to content

Commit

Permalink
fixed deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Göllner committed Feb 3, 2012
1 parent 4c11b03 commit ecf3387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/models.rb
Expand Up @@ -11,7 +11,7 @@ def name= names
end

class DeletedUser < ActiveRecord::Base
set_table_name 'users'
self.table_name = 'users'
versioned :dependent => :tracking
end

Expand Down

0 comments on commit ecf3387

Please sign in to comment.