Implement Tips Intervention
This commit is contained in:
7
db/migrate/20211114145024_create_tips_intervention.rb
Normal file
7
db/migrate/20211114145024_create_tips_intervention.rb
Normal file
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class CreateTipsIntervention < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
Intervention.find_or_create_by(name: 'TipsIntervention')
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user