Sha256: 8dceccb9646856abcc49cd1357563313440748fa9a560f45cb2d048d5afb6b44
Contents?: true
Size: 185 Bytes
Versions: 33
Compression:
Stored size: 185 Bytes
Contents
class IpOnAnonymousComment < ActiveRecord::Migration def self.up add_column :comments, :ip, :string, :limit=>200 end def self.down remove_column :comments, :ip end end
Version data entries
33 entries across 33 versions & 1 rubygems