summaryrefslogtreecommitdiff
path: root/db/migrate/20150529150354_add_after_sign_out_path_for_application_settings.rb
blob: 833c36de52d5e0526aa80890397669519ed3ff58 (plain)
1
2
3
4
5
6
# rubocop:disable all
class AddAfterSignOutPathForApplicationSettings < ActiveRecord::Migration
  def change
    add_column :application_settings, :after_sign_out_path, :string
  end
end