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