Skip to content

Commit

Permalink
lint issue fix
Browse files Browse the repository at this point in the history
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
  • Loading branch information
RajeshPaul38 committed Nov 23, 2021
1 parent 49c4e46 commit 13a50ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supermarket/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module Supermarket
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.0
# This flag needs to be set to false from rails 6
# This flag needs to be set to false from rails 6
# onwards as we are currently not using cache versioning.
config.active_record.cache_versioning = false

Expand Down

0 comments on commit 13a50ac

Please sign in to comment.