Sha256: d1e37bb13d1d5e8dbf9969893928d8162c52f1a88e71a14ba3fa629d8ae39bac
Contents?: true
Size: 427 Bytes
Versions: 66
Compression:
Stored size: 427 Bytes
Contents
module Katello class HostTracer < Katello::Model 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
66 entries across 66 versions & 1 rubygems