aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/reloadable.rb
blob: fca397afeb255eecdccc5ddd61204fdf4a76e7a8 (plain) (blame)
1
2
3
4
# Classes that include this module will automatically be reloaded
# by the Rails dispatcher when Dependencies.mechanism = :load.
module Reloadable
end