1 # frozen_string_literal: true
 
   4   class CommentsController < ApplicationController
 
   6     include PaginationMethods
 
  10     before_action :authorize_web
 
  11     before_action :set_locale
 
  12     before_action :check_database_readable
 
  16     before_action :lookup_user
 
  18     allow_thirdparty_images