2018-09-28 05:49:28 +08:00
|
|
|
actioncable:
|
|
|
|
- "actioncable/**/*"
|
2018-12-29 01:15:42 +08:00
|
|
|
actionmailbox:
|
|
|
|
- "actionmailbox/**/*"
|
2018-09-28 05:49:28 +08:00
|
|
|
actionmailer:
|
|
|
|
- "actionmailer/**/*"
|
|
|
|
actionpack:
|
|
|
|
- "actionpack/**/*"
|
2019-01-05 12:48:30 +08:00
|
|
|
actiontext:
|
|
|
|
- "actiontext/**/*"
|
2018-09-28 05:49:28 +08:00
|
|
|
actionview:
|
|
|
|
- "actionview/**/*"
|
|
|
|
activejob:
|
|
|
|
- "activejob/**/*"
|
|
|
|
activemodel:
|
|
|
|
- "activemodel/**/*"
|
|
|
|
activerecord:
|
|
|
|
- "activerecord/**/*"
|
|
|
|
activestorage:
|
|
|
|
- "activestorage/**/*"
|
|
|
|
activesupport:
|
|
|
|
- "activesupport/**/*"
|
|
|
|
rails-ujs:
|
|
|
|
- "actionview/app/assets/javascripts/rails-ujs*/*"
|
|
|
|
railties:
|
|
|
|
- "railties/**/*"
|
|
|
|
docs:
|
|
|
|
- "guides/**/*"
|