Sha256: 761d830d224e083816b43b3f9e24a233c1293f2185a8574c9aff7512a85e1909
Contents?: true
Size: 289 Bytes
Versions: 118
Compression:
Stored size: 289 Bytes
Contents
module Katello module Concerns module PermissionExtensions extend ActiveSupport::Concern attr_accessor :finder_scope def initialize(name, hash, options) super(name, hash, options) @finder_scope = options[:finder_scope] end end end end
Version data entries
118 entries across 118 versions & 1 rubygems