8 lines
144 B
Ruby
8 lines
144 B
Ruby
|
class PopulateAccountAuthSettings < ActiveRecord::Migration
|
||
|
tag :predeploy
|
||
|
|
||
|
def up
|
||
|
DataFixup::PopulateAccountAuthSettings.run
|
||
|
end
|
||
|
end
|