Sha256: cfe20da21fdf2478a9f62ae685fc7ce155e6295f6b0421faac7b84b775ab861a
Contents?: true
Size: 151 Bytes
Versions: 19
Compression:
Stored size: 151 Bytes
Contents
class Comment < ActiveRecord::Base attr_accessible :commentable_id, :commentable_type, :content belongs_to :commentable, :polymorphic => true end
Version data entries
19 entries across 19 versions & 3 rubygems