Skip to content

Commit

Permalink
Fixes rubocop errors in config initializers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Jul 15, 2024
1 parent 5844b63 commit df09e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# application.js, application.css, and all non-JS/CSS in the app/assets
# folder are already added.
# Rails.application.config.assets.precompile += %w( admin.js admin.css )
Rails.application.config.assets.precompile += %w( custom.js )
Rails.application.config.assets.precompile += %w[custom.js]

0 comments on commit df09e31

Please sign in to comment.