mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
28 lines
520 B
YAML
28 lines
520 B
YAML
actioncable:
|
|
- "actioncable/**/*"
|
|
actionmailbox:
|
|
- "actionmailbox/**/*"
|
|
actionmailer:
|
|
- "actionmailer/**/*"
|
|
actionpack:
|
|
- "actionpack/**/*"
|
|
actiontext:
|
|
- "actiontext/**/*"
|
|
actionview:
|
|
- "actionview/**/*"
|
|
activejob:
|
|
- "activejob/**/*"
|
|
activemodel:
|
|
- "activemodel/**/*"
|
|
activerecord:
|
|
- "activerecord/**/*"
|
|
activestorage:
|
|
- "activestorage/**/*"
|
|
activesupport:
|
|
- "activesupport/**/*"
|
|
rails-ujs:
|
|
- "actionview/app/assets/javascripts/rails-ujs*/*"
|
|
railties:
|
|
- "railties/**/*"
|
|
docs:
|
|
- "guides/**/*"
|