Sha256: 50a2fae44214d84789013630c203588c4e3b5bc9aed11ddba57c15d21995aaa1
Contents?: true
Size: 239 Bytes
Versions: 2
Compression:
Stored size: 239 Bytes
Contents
class Skyline::ContentSectionsController < Skyline::ApplicationController def new if params[:taggable_type].present? @taggable = params[:taggable_type].constantize @tags = @taggable.available_tags end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
skylinecms-3.3.0 | app/controllers/skyline/content_sections_controller.rb |
skylinecms-3.2.0 | app/controllers/skyline/content_sections_controller.rb |