Skip to content

Commit a799443

Browse files
committed
fix up readme
1 parent 5d15ebd commit a799443

File tree

1 file changed

+19
-24
lines changed

1 file changed

+19
-24
lines changed

README.rdoc

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
Add a comment summarizing the current schema to the top or bottom of each of your...
44

5-
* ActiveRecord models
6-
* Fixture files
7-
* Tests and Specs
8-
* Object Daddy exemplars
9-
* Machinist blueprints
10-
* Fabrication fabricators
11-
* Thoughtbot's factory_girl factories, i.e. the (spec|test)/factories/<model>_factory.rb files
5+
- ActiveRecord models
6+
- Fixture files
7+
- Tests and Specs
8+
- Object Daddy exemplars
9+
- Machinist blueprints
10+
- Fabrication fabricators
11+
- Thoughtbot's factory_girl factories, i.e. the (spec|test)/factories/<model>_factory.rb files
12+
- routes.rb file
1213

1314
The schema comment looks like this:
1415

@@ -140,22 +141,16 @@ BACK UP YOUR MODELS BEFORE USING THIS TOOL!
140141

141142
Released under the same license as Ruby. No Support. No Warranty.
142143

143-
== AUTHOR:
144+
== AUTHORS:
144145

145-
Original code by: Dave Thomas -- Pragmatic Programmers, LLC <http://agilewebdevelopment.com/plugins/annotate_models>
146-
147-
Overhauled by: Alex Chaffee <http://alexch.github.com>
148-
149-
Gemmed by: Cuong Tran <http://github.com/ctran>
150-
151-
Maintained by: Alex Chaffee and Cuong Tran
152-
153-
Homepage: http://github.com/ctran/annotate_models
146+
- Original code by: Dave Thomas -- Pragmatic Programmers, LLC <http://agilewebdevelopment.com/plugins/annotate_models>
147+
- Overhauled by: Alex Chaffee <http://alexch.github.com> [email protected]
148+
- Gemmed by: Cuong Tran <http://github.com/ctran> [email protected]
149+
- Maintained by: Alex Chaffee and Cuong Tran
150+
- Homepage: http://github.com/ctran/annotate_models
154151

155152
With help from:
156153

157-
- Alex Chaffee - http://github.com/alexch - [email protected]
158-
- Cuong Tran - http://github.com/ctran - [email protected]
159154
- Jack Danger - http://github.com/JackDanger
160155
- Michael Bumann - http://github.com/bumi
161156
- Henrik Nyh - http://github.com/henrik
@@ -165,10 +160,10 @@ With help from:
165160
- Nick Plante - http://github.com/zapnap - http://blog.zerosum.org
166161
- Pedro Visintin - http://github.com/peterpunk - http://www.pedrovisintin.com
167162
- Bob Potter - http://github.com/bpot
168-
- Gavin Montague - http://github.com/govan/
169-
- Alexander Semyonov - http://github.com/rotuka/
170-
- Nathan Brazil - http://github.com/bitaxis/
171-
- Ian Duggan http://github.com/ijcd/
172-
- Jon Frisby http://github.com/mrjoy/
163+
- Gavin Montague - http://github.com/govan
164+
- Alexander Semyonov - http://github.com/rotuka
165+
- Nathan Brazil - http://github.com/bitaxis
166+
- Ian Duggan http://github.com/ijcd
167+
- Jon Frisby http://github.com/mrjoy
173168

174169
and many others that I may have missed to add.

0 commit comments

Comments
 (0)