File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -217,12 +217,17 @@ Be sure to add this to your `Gemfile` as well:
217
217
218
218
== WARNING
219
219
220
- Note that this code will blow away the initial/final comment block in your
221
- models if it looks like it was previously added by this gem, so you don't want
222
- to add additional text to an automatically created comment block .
220
+ <b>Don't add text after an automatically-created comment block.</b> This tool
221
+ will blow away the initial/final comment block in your models if it looks like
222
+ it was previously added by this gem .
223
223
224
- BACK UP YOUR MODELS BEFORE USING THIS TOOL!
224
+ Be sure to check the changes that this tool makes! If you are using Git,
225
+ you may simply check your project's status after running `annotate`:
225
226
227
+ $ git status
228
+
229
+ If you are not using a VCS (like Git, Subversion or similar), please tread
230
+ extra carefully, and consider using one.
226
231
227
232
== Links
228
233
You can’t perform that action at this time.
0 commit comments