Sha256: fd1ec08cf89c274a71a002e9714665a5c0f8e9f7ede014c4c3351b07cc6cf92f
Contents?: true
Size: 164 Bytes
Versions: 4
Compression:
Stored size: 164 Bytes
Contents
class AppstatsEntry < ActiveRecord::Base attr_accessible :entry_type, :name, :description def to_s "Entry [type],[name],[description]" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
appstats-0.0.7 | lib/appstats/appstats_entry.rb |
appstats-0.0.6 | lib/appstats/appstats_entry.rb |
appstats-0.0.5 | lib/appstats/appstats_entry.rb |
appstats-0.0.4 | lib/appstats/appstats_entry.rb |