Code Explainers
module Api module V2 class ArticlesController < Api::BaseController before_action :set_article, only: %i[show update destroy]