Sha256: cf4b108d5a866f123a689b43d50667a9f9d09721d6432b904c6c350704db3cef
Contents?: true
Size: 197 Bytes
Versions: 56
Compression:
Stored size: 197 Bytes
Contents
# frozen_string_literal: true module Motor class TagsController < ApiBaseController load_and_authorize_resource :tag def index render json: { data: @tags.to_a } end end end
Version data entries
56 entries across 56 versions & 6 rubygems