1 2 3 4 5 6 7 8 9
class VersionPublicBody < ActiveRecord::Migration def self.up PublicBody.create_versioned_table end def self.down PublicBody.drop_versioned_table end end