Sha256: 36987aebea58243b9ce95d0afa4b7a8817a6f239962fdf3563705effb021352d
Contents?: true
Size: 135 Bytes
Versions: 3
Compression:
Stored size: 135 Bytes
Contents
class AddRespondedToNotifications < ActiveRecord::Migration def change add_column :notifications, :responded, :boolean end end
Version data entries
3 entries across 3 versions & 1 rubygems