Sha256: 14c8cb3550e50e7beaaf863945ad3c4f81dff376449dd79f7a8b1cb2e866f38a
Contents?: true
Size: 151 Bytes
Versions: 6
Compression:
Stored size: 151 Bytes
Contents
class Book < ActiveRecord::Base belongs_to :genre netzke_attribute :recent def recent updated_at > 1.hour.ago ? "Yes" : "No" end end
Version data entries
6 entries across 6 versions & 1 rubygems