Chore: Feature Flags for Channels (#1010)

This commit is contained in:
Sojan Jose
2020-07-06 11:16:19 +05:30
committed by GitHub
parent b633126b35
commit e41bd56f41
7 changed files with 42 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
class AddTwitterFeatureFlag < ActiveRecord::Migration[6.0]
def change
ConfigLoader.new.process
end
end