diff options
| author | Ngoc Dao <ngocdaothanh@gmail.com> | 2009-01-09 08:15:17 +0800 |
|---|---|---|
| committer | rick <technoweenie@gmail.com> | 2009-01-10 13:10:32 +0800 |
| commit | bc013f3a288ad1b4cea11816e3ef37e0a021be91 (patch) | |
| tree | 4d846597856a709bb3ddce333947d3869ba35941 | |
| parent | 23972a47b9249d2cd30e1a452f99414a0139c0a2 (diff) | |
Avoid error with model preload
Signed-off-by: rick <technoweenie@gmail.com>
| -rw-r--r-- | lib/acts_as_versioned.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/acts_as_versioned.rb b/lib/acts_as_versioned.rb index 9660f2ad6..aad3bed1f 100644 --- a/lib/acts_as_versioned.rb +++ b/lib/acts_as_versioned.rb @@ -257,8 +257,6 @@ module ActiveRecord #:nodoc: :foreign_key => versioned_foreign_key versioned_class.send :include, options[:extend] if options[:extend].is_a?(Module) versioned_class.set_sequence_name version_sequence_name if version_sequence_name - - create_versioned_table end end |
