Skip to content

Commit acad818

Browse files
committed
Use proper ampersand
1 parent ed12320 commit acad818

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
@@ -225,9 +225,9 @@ Provide additional paths for the gem to annotate. These paths can include globs
225225
It is recommended to use absolute paths. Here are some examples:
226226

227227

228-
- <code>/app/lib/decorates/%MODEL_NAME%/*.rb</code>
229-
- <code>/app/lib/forms/%PLURALIZED_MODEL_NAME%/**/*.rb</code>
230-
- <code>/app/lib/forms/%TABLE_NAME%/*.rb</code>
228+
- <code>/app/lib/decorates/%MODEL_NAME%/&ast;.rb</code>
229+
- <code>/app/lib/forms/%PLURALIZED_MODEL_NAME%/&ast;&ast;/&ast;.rb</code>
230+
- <code>/app/lib/forms/%TABLE_NAME%/&ast;.rb</code>
231231

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

0 commit comments

Comments
 (0)