mirror of
				https://github.com/redmine/redmine.git
				synced 2025-10-31 10:25:55 +01:00 
			
		
		
		
	Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17160 e93f8b46-1217-0410-a6f0-8f06a7374b81
		
			
				
	
	
		
			8 lines
		
	
	
		
			139 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			139 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| class <%= @controller_class %>Controller < ApplicationController
 | |
| <% actions.each do |action| -%>
 | |
| 
 | |
|   def <%= action %>
 | |
|   end
 | |
| <% end -%>
 | |
| end
 |