File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -224,9 +224,9 @@ Provide additional paths for the gem to annotate. These paths can include globs
224
224
It is recommended to use absolute paths. Here are some examples:
225
225
226
226
227
- - <code>/app/lib/decorates/%MODEL_NAME%/* .rb</code>
228
- - <code>/app/lib/forms/%PLURALIZED_MODEL_NAME%/**/* .rb</code>
229
- - <code>/app/lib/forms/%TABLE_NAME%/* .rb</code>
227
+ - <code>/app/lib/decorates/%MODEL_NAME%/* .rb</code>
228
+ - <code>/app/lib/forms/%PLURALIZED_MODEL_NAME%/**/* .rb</code>
229
+ - <code>/app/lib/forms/%TABLE_NAME%/* .rb</code>
230
230
231
231
The appropriate model will be inferred using the <code>%*%</code> syntax, annotating any matching files.
232
232
It works with existing filename resolutions (options for which can be found in the +resolve_filename+ method of
You can’t perform that action at this time.
0 commit comments