|  |  | @ -12,7 +12,7 @@ class CoursesController < ApplicationController | 
			
		
	
		
		
			
				
					
					|  |  |  |   helper :graduation_tasks |  |  |  |   helper :graduation_tasks | 
			
		
	
		
		
			
				
					
					|  |  |  |   include ApplicationHelper |  |  |  |   include ApplicationHelper | 
			
		
	
		
		
			
				
					
					|  |  |  |   helper SyllabusesHelper |  |  |  |   helper SyllabusesHelper | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |    | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |   # before_filter :auth_login1, :only => [:show, :course_activity, :feedback] |  |  |  |   # before_filter :auth_login1, :only => [:show, :course_activity, :feedback] | 
			
		
	
		
		
			
				
					
					|  |  |  |   if Redmine::Configuration['gitlab_address'].include?("test") |  |  |  |   if Redmine::Configuration['gitlab_address'].include?("test") | 
			
		
	
		
		
			
				
					
					|  |  |  |     skip_before_filter :verify_authenticity_token, :only => [:update_course_module, :join_course_multi_role] |  |  |  |     skip_before_filter :verify_authenticity_token, :only => [:update_course_module, :join_course_multi_role] | 
			
		
	
	
		
		
			
				
					|  |  | 
 |