Skip to content

Commit af55c9d

Browse files
committed
Use proper ampersand
1 parent 974a207 commit af55c9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ Provide additional paths for the gem to annotate. These paths can include globs
224224
It is recommended to use absolute paths. Here are some examples:
225225

226226

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%/&ast;.rb</code>
228+
- <code>/app/lib/forms/%PLURALIZED_MODEL_NAME%/&ast;&ast;/&ast;.rb</code>
229+
- <code>/app/lib/forms/%TABLE_NAME%/&ast;.rb</code>
230230

231231
The appropriate model will be inferred using the <code>%*%</code> syntax, annotating any matching files.
232232
It works with existing filename resolutions (options for which can be found in the +resolve_filename+ method of

0 commit comments

Comments
 (0)