Updated

db/migrate / 20170429023722_add_notification_cutoff_at_to_parliament.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class AddNotificationCutoffAtToParliament < ActiveRecord::Migration
  1. AddNotificationCutoffAtToParliament has no descriptive comment
def change add_column :parliaments, :notification_cutoff_at, :datetime end end