You are here: Browse Railsplugins Annotate Models
Add a comment summarizing the current schema to the top of each ActiveRecord model source file:
class LineItem < ActiveRecord::Base
belongs_to :product
. . .
Does not cope with models in sub-directories of app/models.
Author: Dave Thomas Pragmatic Programmers, LLC
Released under the same license as Ruby. No Support. No Warranty.
Back up your model files before using…
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly