Restyled group -> edit area. Use select2 for transfer autocomplete
This commit is contained in:
parent
2f6d289f32
commit
cc1dd624aa
6 changed files with 127 additions and 64 deletions
|
@ -94,6 +94,7 @@ class GroupsController < ApplicationController
|
|||
|
||||
if owner_id
|
||||
@group.owner = User.find(owner_id)
|
||||
@group.save
|
||||
end
|
||||
|
||||
if @group.update_attributes(group_params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue