Concern

module Authenticable
  extend ActiveSupport::Concern
  included do
    before_action :authenticate
  end
end

Reference

results matching ""

    No results matching ""