Sha256: 5279f657f8a8080ad482fa940326efbef33f93cf8cae260b9abacec41cf77a6b
Contents?: true
Size: 305 Bytes
Versions: 35
Compression:
Stored size: 305 Bytes
Contents
class AddSpamFieldsToSpudPostComments < ActiveRecord::Migration def change add_column :spud_post_comments, :spam, :boolean add_column :spud_post_comments, :user_ip, :string add_column :spud_post_comments, :user_agent, :string add_column :spud_post_comments, :referrer, :string end end
Version data entries
35 entries across 35 versions & 2 rubygems