Sha256: 6b343472aba60c93cde8ebaec712bf7f21f14a07ee5d5d24a14488ca7369fc5a
Contents?: true
Size: 282 Bytes
Versions: 38
Compression:
Stored size: 282 Bytes
Contents
class WcmsComponents::TagsController < ApplicationController skip_after_action :verify_authorized skip_after_action :verify_policy_scoped def index @tags = Tag.by_type('object').custom_search(params[:q]).limit(10) render json: @tags.to_json(only: [:tag]) end end
Version data entries
38 entries across 38 versions & 1 rubygems