mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +00:00
Fix style
This commit is contained in:
parent
f3f3e46a8f
commit
5ccdafba2d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
class AddIndexToForumers < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :forumers, :forum_id
|
||||
add_index :forumers, :group_id
|
||||
add_index :forumers, :forum_id
|
||||
add_index :forumers, :group_id
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue