Sha256: 1a9ba3434de31c9641bcc1b9fb66d60c8e1fdfb246cb8ab6157f351eafe96f87
Contents?: true
Size: 258 Bytes
Versions: 91
Compression:
Stored size: 258 Bytes
Contents
module Katello module Concerns module ContentViewFilterRuleCommon extend ActiveSupport::Concern included do scoped_search on: :id scoped_search on: :name validates_lengths_from_database end end end end
Version data entries
91 entries across 91 versions & 1 rubygems