Sha256: c665855c9633d6d6e9f20c540edd1bfb3f350bc0b6ac0814b05c2717b238c762
Contents?: true
Size: 132 Bytes
Versions: 7
Compression:
Stored size: 132 Bytes
Contents
class AddSingleCommentToTodoItem < ActiveRecord::Migration def change add_column :todo_items, :comment_id, :integer end end
Version data entries
7 entries across 7 versions & 1 rubygems