Sha256: b9e5b47cf095ae7210d2a1ec0a003f69367c4ecf1e6edbd0ade697a7372bcac2
Contents?: true
Size: 219 Bytes
Versions: 2
Compression:
Stored size: 219 Bytes
Contents
require 'sinatra/activerecord' # A module for Herald module PuppetHerald # module for models module Models # A log entry model class LogEntry < ActiveRecord::Base belongs_to :report end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
puppet-herald-0.8.1 | lib/puppet-herald/models/log-entry.rb |
puppet-herald-0.8.0 | lib/puppet-herald/models/log-entry.rb |