My favorites | Sign in
Project Logo
                
Code license: MIT License
Labels: ruby, rails, acts_as_noteable, noteable
Show all Featured wiki pages:
Intro PageName
Feeds:
People details
Project owners:
  jake3030

== Usage

class Model < ActiveRecord::Base
acts_as_noteable
end
model = Model.new note = Comment.new note.body = 'Some comment' model.notes << note
model = Model.find(1) model.notes.get(0).noteable == model









Hosted by Google Code