Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ anywhere in the file:
To generate a configuration file (in the form of a `.rake` file), to set
default options:

rails g annotate:install
rails g annotate_models:install

Edit this file to control things like output format, where annotations are
added (top or bottom of file), and in which artifacts.
Expand All @@ -133,10 +133,12 @@ added (top or bottom of file), and in which artifacts.
To generate a configuration file (in the form of a `.rake` file), to set
default options:

rails g annotate:install
rails g annotate_models:install

Edit this file to control things like output format, where annotations are
added (top or bottom of file), and in which artifacts.


== Rails Integration

By default, once you've generated a configuration file, annotate will be
Expand Down