Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
95a470cf
Commit
95a470cf
authored
May 11, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'params-to-sym' into 'master'
Don't symbolize params. See merge request !636
parents
881e11df
783b286a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
app/controllers/uploads_controller.rb
app/controllers/uploads_controller.rb
+5
-5
No files found.
app/controllers/uploads_controller.rb
View file @
95a470cf
...
...
@@ -52,13 +52,13 @@ class UploadsController < ApplicationController
def
upload_model
upload_models
=
{
user:
User
,
project:
Project
,
note:
Note
,
group:
Group
"user"
=>
User
,
"project"
=>
Project
,
"note"
=>
Note
,
"group"
=>
Group
}
upload_models
[
params
[
:model
]
.
to_sym
]
upload_models
[
params
[
:model
]]
end
def
upload_mount
...
...
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