Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
1f2fc3752333
Commit
92cb9ca7
authored
Jan 31, 2018
by
James Lopez
Browse files
refactor groups controller to match EE
parent
2c1474af69da
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/controllers/groups_controller.rb
View file @
1f2fc375
...
...
@@ -118,10 +118,10 @@ def determine_layout
end
def
group_params
params
.
require
(
:group
).
permit
(
group_params_
ce
)
params
.
require
(
:group
).
permit
(
group_params_
attributes
)
end
def
group_params_
ce
def
group_params_
attributes
[
:avatar
,
:description
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment