Sha256: a2a7101ed798b8f6d0be2bf71cc69ce433a6696c2447ce3d7cdc2987125ccc0d
Contents?: true
Size: 216 Bytes
Versions: 7
Compression:
Stored size: 216 Bytes
Contents
module ForemanStatistics module HostgroupDecorations extend ActiveSupport::Concern included do has_many :trends, :as => :trendable, :class_name => 'ForemanStatistics::ForemanTrend' end end end
Version data entries
7 entries across 7 versions & 1 rubygems