Skip to content

A Ruby on Rails plugin that provides commenting on ActiveRecord models.

License

Notifications You must be signed in to change notification settings

kovacs/has_comments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HasComments
===========

This is plug in for Ruby on Rails that aims to provide simple commenting on
ActiveRecord models. At the time of writing this is very much a work in
progress.


Example
=======

You can apply this plugin in your models like this:

  class Post < ActiveRecord::Base
    has_comments
  end

Commenting on that post is now enabled.

See the inline documentation for more information.


Copyright (c) 2009 Arjan van der Gaag, released under the MIT license

About

A Ruby on Rails plugin that provides commenting on ActiveRecord models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%