Method: ActiveRecord::Acts::Versioned::Behaviors::ClassMethods#drop_versioned_table
- Defined in:
- lib/acts_as_versioned/lib/acts_as_versioned.rb
#drop_versioned_table ⇒ Object
Rake migration task to drop the versioned table
449 450 451 |
# File 'lib/acts_as_versioned/lib/acts_as_versioned.rb', line 449 def drop_versioned_table self.connection.drop_table versioned_table_name end |