9ca34c5a22
This model is responsible for the 1..n - 1..n relationship between an event and the people that will participate in it.
6 lines
126 B
Ruby
6 lines
126 B
Ruby
class DropJoinTableEventsSepakerProfiles < ActiveRecord::Migration
|
|
def up
|
|
drop_table :events_speaker_profiles
|
|
end
|
|
end
|