Sha256: 3dcfa8da31398f957ab5561e5b8f3a459810648b914fe1d9b1cb12292e7db65d
Contents?: true
Size: 304 Bytes
Versions: 44
Compression:
Stored size: 304 Bytes
Contents
module Perus::Server class ConfigMetric < Sequel::Model many_to_one :config many_to_one :command_config def config_hash command_config.config_hash end def after_destroy super command_config.destroy end end end
Version data entries
44 entries across 44 versions & 1 rubygems