remove trailing spaces and blank lines
This commit is contained in:
parent
a1ed852287
commit
f91467a00a
15 changed files with 259 additions and 37 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class AddUseDifficultyLevelsToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :use_difficulty_levels, :boolean, default: false
|
||||
add_column :conferences, :use_difficulty_levels, :boolean, default: false
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue