We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974a207 commit af55c9dCopy full SHA for af55c9d
README.rdoc
@@ -224,9 +224,9 @@ Provide additional paths for the gem to annotate. These paths can include globs
224
It is recommended to use absolute paths. Here are some examples:
225
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>
+- <code>/app/lib/decorates/%MODEL_NAME%/*.rb</code>
+- <code>/app/lib/forms/%PLURALIZED_MODEL_NAME%/**/*.rb</code>
+- <code>/app/lib/forms/%TABLE_NAME%/*.rb</code>
230
231
The appropriate model will be inferred using the <code>%*%</code> syntax, annotating any matching files.
232
It works with existing filename resolutions (options for which can be found in the +resolve_filename+ method of
0 commit comments