OSDN Git Service

add Redmine trunk rev 3089
[redminele/redminele.git] / redmine / vendor / plugins / engines / test / plugins / alpha_plugin / app / controllers / alpha_plugin_controller.rb
1 class AlphaPluginController < ApplicationController
2   def an_action
3     render_class_and_action
4   end
5   def action_with_layout
6     render_class_and_action(nil, :layout => "plugin_layout")
7   end
8 end