Sha256: fb57b3b23fcb32c60352367d68263813ce975a7b4e6f973c3cf02c35c657de1e
Contents?: true
Size: 148 Bytes
Versions: 6
Compression:
Stored size: 148 Bytes
Contents
class AddCategoryToNotifications < ActiveRecord::Migration[4.2] def change add_column :notifiable_notifications, :category, :string end end
Version data entries
6 entries across 6 versions & 1 rubygems