OSDN Git Service

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