Sha256: 0252a06db7cf28da58867fa880405e631b7ad71f4c0961243aab8b7a719ab8cd
Contents?: true
Size: 304 Bytes
Versions: 27
Compression:
Stored size: 304 Bytes
Contents
module Workarea module Admin class SegmentablesController < Admin::ApplicationController required_permissions :people def index @segment = Admin::SegmentViewModel.new(Segment.find(params[:segment_id])) @search = @segment.segmentables_search end end end end
Version data entries
27 entries across 27 versions & 1 rubygems