Cleaned up.

This commit is contained in:
Nicolas Buduroi 2012-05-07 16:14:38 -04:00
parent cbb07a89be
commit 0d664df44c
1 changed files with 0 additions and 3 deletions

View File

@ -41,9 +41,6 @@ module PaperTrail
class_attribute :version_class_name
self.version_class_name = options[:class_name] || 'Version'
class_attribute :ignore
self.ignore = ([options[:ignore]].flatten.compact || []).map &:to_s
class_attribute :paper_trail_options
self.paper_trail_options = options.dup