summaryrefslogtreecommitdiffstats
path: root/test/fixtures/plugins/redmine_test_plugin_foo/app/controllers/plugin_articles_controller.rb
blob: 1ecdcb83732908c4e8c030669c3fa3b17ff75bd5 (plain)
1
2
3
4
5
class PluginArticlesController < ApplicationController
  def index
    render plain: "foo PluginArticlesController#index"
  end
end