Commit 4f32d2e28ed998e5d3826a26f7c73501d559cf65
1 parent
e3464a54
Exists in
master
and in
4 other branches
Remove GET .js format for Milestone controller
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
app/controllers/projects/milestones_controller.rb
| ... | ... | @@ -34,11 +34,6 @@ class Projects::MilestonesController < Projects::ApplicationController |
| 34 | 34 | @issues = @milestone.issues |
| 35 | 35 | @users = @milestone.participants.uniq |
| 36 | 36 | @merge_requests = @milestone.merge_requests |
| 37 | - | |
| 38 | - respond_to do |format| | |
| 39 | - format.html | |
| 40 | - format.js | |
| 41 | - end | |
| 42 | 37 | end |
| 43 | 38 | |
| 44 | 39 | def create | ... | ... |