Sha256: acccd3405074c5bf06d06902e82a6a69af8e3638aaa9b5b413e762ca06008135
Contents?: true
Size: 367 Bytes
Versions: 16
Compression:
Stored size: 367 Bytes
Contents
module Workarea module Api module Storefront class SystemContentController < Api::Storefront::ApplicationController before_action :cache_page def show @content = Workarea::Storefront::ContentViewModel.new( Content.for(params['id']), view_model_options ) end end end end end
Version data entries
16 entries across 16 versions & 2 rubygems