Sha256: 7c26eb5faa3ab97e691e2feedda996311ad988a3ee0007d9b274b848ac14a1e3
Contents?: true
Size: 422 Bytes
Versions: 12
Compression:
Stored size: 422 Bytes
Contents
module Workarea module Api module Storefront class SearchesController < Api::Storefront::ApplicationController before_action :cache_page def show response = Search::StorefrontSearch.new(params.to_unsafe_h).response @search = Workarea::Storefront::SearchViewModel.new( response, view_model_options ) end end end end end
Version data entries
12 entries across 12 versions & 2 rubygems