class BarPluginArticlesController < ApplicationController
  def index
    render plain: "bar BarPluginArticlesController#index"
  end
end
