diff options
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r-- | config/environments/development.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 45a8c1add3e..6780dbef8e3 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -45,4 +45,7 @@ Rails.application.configure do # Do not log asset requests config.assets.quiet = true + + # Make hot reloading to work with Grape API + ActiveSupport::Dependencies.explicitly_unloadable_constants << "API" end |