Removed not needed spaces.

This commit is contained in:
Martin Edenhofer 2014-06-01 10:31:52 +02:00
parent 62e1a5ecb0
commit fa8c4a9fda

View file

@ -108,7 +108,7 @@ class CreateBase < ActiveRecord::Migration
t.integer :user_id
t.integer :role_id
end
create_table :groups_users, :id => false do |t|
t.integer :user_id
t.integer :group_id