Sha256: 6bbce3c6c8b19c4651a049bc577ca89731a4f35988cbf8c599188710d577ebe3
Contents?: true
Size: 466 Bytes
Versions: 17
Compression:
Stored size: 466 Bytes
Contents
module Katello class HostTracer < Katello::Model self.include_root_in_json = false belongs_to :host, :inverse_of => :host_traces, :class_name => '::Host::Managed' validates :application, :length => {:maximum => 255}, :presence => true validates :app_type, :length => {:maximum => 255}, :presence => true scoped_search :on => :application, :complete_value => true scoped_search :on => :app_type scoped_search :on => :helper end end
Version data entries
17 entries across 17 versions & 1 rubygems