OSDN Git Service

add Redmine trunk rev 3089
[redminele/redminele.git] / redmine / vendor / plugins / engines / test / plugins / alpha_plugin / app / controllers / namespace / alpha_plugin_controller.rb
1 class Namespace::AlphaPluginController < ApplicationController
2   def an_action
3     render_class_and_action
4   end  
5 end