Sha256: 64c63a28c01a6ee269b3e7ba512c1d5f09f22a66f85d860c45c1bd8d42babc57
Contents?: true
Size: 123 Bytes
Versions: 2
Compression:
Stored size: 123 Bytes
Contents
class Comment < ActiveRecord::Base attr_accessible :body def day_of_week self.created_at.strftime('%A') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hublot-0.0.6 | test/dummy/app/models/comment.rb |
hublot-0.0.5 | test/dummy/app/models/comment.rb |