add skipped empty lines
This commit is contained in:
parent
cdd3b40f5b
commit
494003892c
31 changed files with 37 additions and 29 deletions
|
|
@ -15,4 +15,3 @@ class CreateEventPeopleTable < ActiveRecord::Migration
|
|||
drop_table :event_people
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,3 @@ class CreateVenueTable < ActiveRecord::Migration
|
|||
end
|
||||
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@ class UserRolesTable < ActiveRecord::Migration
|
|||
drop_table :roles_users
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@ for i in questions_yes_no do
|
|||
|
||||
Qanswer.create(:question_id => q.id, :answer_id => answer_no.id)
|
||||
Qanswer.create(:question_id => q.id, :answer_id => answer_yes.id)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue