class AddRemoteToEvents
Public Instance Methods
change()
click to toggle source
# File lib/nexmo_developer/db/migrate/20200402092734_add_remote_to_events.rb, line 2 def change add_column :events, :remote, :boolean, default: false end