1 2 3 4 5
class PluginArticlesController < ApplicationController def index render plain: "foo PluginArticlesController#index" end end