Sha256: 20e9330d117e18f88656a59c4c8daa4e2196700dd7a2a87c197fb0b80d8b98cc
Contents?: true
Size: 364 Bytes
Versions: 34
Compression:
Stored size: 364 Bytes
Contents
module Workarea module Storefront class ContentAreasController < Storefront::ApplicationController layout 'workarea/storefront/empty' before_action :require_login before_action :require_admin def show @content = ContentViewModel.new(Content.find(params[:id])) @area_id = params[:area_id] end end end end
Version data entries
34 entries across 34 versions & 1 rubygems