Sha256: cf6593da83f34badbb6835a8d4a089fd2270cefdd3cbf846101d4792536aec75
Contents?: true
Size: 186 Bytes
Versions: 3
Compression:
Stored size: 186 Bytes
Contents
class ActsAsAuditedUpdateMigration < ActiveRecord::Migration def self.up add_column :audits, :comment, :string end def self.down remove_column :audits, :comment end end
Version data entries
3 entries across 3 versions & 1 rubygems