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 ed12320 commit acad818Copy full SHA for acad818
README.rdoc
@@ -225,9 +225,9 @@ Provide additional paths for the gem to annotate. These paths can include globs
225
It is recommended to use absolute paths. Here are some examples:
226
227
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>
+- <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>
231
232
The appropriate model will be inferred using the <code>%*%</code> syntax, annotating any matching files.
233
It works with existing filename resolutions (options for which can be found in the +resolve_filename+ method of
0 commit comments