-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional file patterns docs #637
Additional file patterns docs #637
Conversation
README.rdoc
Outdated
|
||
|
||
- <code>/app/lib/decorates/%MODEL_NAME%/*.rb</code> | ||
- <code>/app/lib/forms/%PLURALIZED_MODEL_NAME%/**/*.rb</code> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@drwl I cannot figure out how to get **
to escape correctly in rdoc rendering. Any clue? I've tried so many ways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try *
, I believe it should work.
/app/lib/decorates/%MODEL_NAME%/*.rb
/app/lib/forms/%PLURALIZED_MODEL_NAME%/**/*.rb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually can't replicate that. Haha, I can't see the markdown for your comment so I can't copy it either. Tried just using *
but that doesn't work either. Mind just adding a commit?
acad818
to
af55c9d
Compare
Add better documentation for new option.