class PluginArticlesController < ApplicationController
  def index
    render plain: "foo PluginArticlesController#index"
  end
end
