Sha256: b454e79453dc80e591e439ccf3041b2c63f2e2949cc48be8de6f1204c355eaee
Contents?: true
Size: 170 Bytes
Versions: 2
Compression:
Stored size: 170 Bytes
Contents
class ContentPartController < Spree::BaseController resource_controller actions :show, :index def show @contentPart = ContentPart.find(params[:id]) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree-cms-0.2.0 | app/controllers/content_part_controller.rb |
spree-cms-0.1.0 | app/controllers/content_part_controller.rb |