Skip to content

Commit

Permalink
Fixes #38159 - Cache classes for apipie:cache task
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Jan 24, 2025
1 parent 131b44d commit 198ba3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web server when you make code changes.
config.cache_classes = false
config.cache_classes = Foreman.in_rake?('apipie:cache')

# Eager load is set for all environments
config.eager_load = true
Expand Down

0 comments on commit 198ba3a

Please sign in to comment.