Sha256: 70541bdb6af71b90f8defd70954b440ee3ac4e48fab56e8bbdef21cc8b74e70f
Contents?: true
Size: 324 Bytes
Versions: 23
Compression:
Stored size: 324 Bytes
Contents
# frozen_string_literal: true require_relative 'authenticated' require_relative 'log_wrapper' module Concerns module BasicApi extend ActiveSupport::Concern # Basic Api controllers will need the Authenticated and LogWrapper concerns include Concerns::Authenticated include Concerns::LogWrapper end end
Version data entries
23 entries across 23 versions & 1 rubygems