Redmine/vendor/plugins/engines/test/app/controllers/app_and_plugin_controller.rb

6 lines
118 B
Ruby

class AppAndPluginController < ApplicationController
def an_action
render_class_and_action 'from app'
end
end