2018-09-27 17:49:28 -04:00
|
|
|
actioncable:
|
|
|
|
- "actioncable/**/*"
|
2018-12-28 12:15:42 -05:00
|
|
|
actionmailbox:
|
|
|
|
- "actionmailbox/**/*"
|
2018-09-27 17:49:28 -04:00
|
|
|
actionmailer:
|
|
|
|
- "actionmailer/**/*"
|
|
|
|
actionpack:
|
|
|
|
- "actionpack/**/*"
|
2019-01-04 23:48:30 -05:00
|
|
|
actiontext:
|
|
|
|
- "actiontext/**/*"
|
2018-09-27 17:49:28 -04: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/**/*"
|