Sha256: 7db26da2710abc3cf78f246c028be4cedd29ef9cafbbcea8e1c9adf21dd6b846

Contents?: true

Size: 210 Bytes

Versions: 1

Compression:

Stored size: 210 Bytes

Contents

class Project < ActiveRecord::Base
  commentable
end

class Task < ActiveRecord::Base
  commentable :format => proc {|comment| Redcarpet.new(comment.body.to_s).to_html}
end

class List < ActiveRecord::Base
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
commentable-0.1.0 spec/support/models.rb