##// END OF EJS Templates
remove trailing white-spaces from app/controllers/project_enumerations_controller.rb....
Toshi MARUYAMA -
r6774:751c0b0813e1
parent child
Show More
@@ -1,7 +1,7
1 1 class ProjectEnumerationsController < ApplicationController
2 2 before_filter :find_project_by_project_id
3 3 before_filter :authorize
4
4
5 5 def update
6 6 if request.put? && params[:enumerations]
7 7 Project.transaction do
@@ -11,7 +11,7 class ProjectEnumerationsController < ApplicationController
11 11 end
12 12 flash[:notice] = l(:notice_successful_update)
13 13 end
14
14
15 15 redirect_to :controller => 'projects', :action => 'settings', :tab => 'activities', :id => @project
16 16 end
17 17
General Comments 0
You need to be logged in to leave comments. Login now