Replace some migrations that rely on relationships between models to add subscriptions with rake tasks.
5 lines
95 B
Ruby
5 lines
95 B
Ruby
class SubscribeOldChangesets < ActiveRecord::Migration[4.2]
|
|
def up; end
|
|
|
|
def down; end
|
|
end
|