class ArticleController < ApplicationController
  def edit
    # ...
  end

  def show_stats
    # ...
  end
end
