Sha256: c0cc7c6432690996a20070e3d6020b0e8033d2a2c51b4031eefa7e4b77e31a61
Contents?: true
Size: 192 Bytes
Versions: 194
Compression:
Stored size: 192 Bytes
Contents
# frozen_string_literal: true module Motor class TagsController < ApiBaseController load_and_authorize_resource :tag def index render json: { data: @tags } end end end
Version data entries
194 entries across 194 versions & 2 rubygems