Skip to content

Commit

Permalink
style: Rubocop corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Feb 5, 2024
1 parent cb4736f commit 6b5e0ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/importmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
pin "trix"
pin "@rails/actiontext", to: "actiontext.js"

pin "popper", to: 'popper.js', preload: true
pin "bootstrap", to: 'bootstrap.min.js', preload: true
pin "popper", to: "popper.js", preload: true
pin "bootstrap", to: "bootstrap.min.js", preload: true
2 changes: 1 addition & 1 deletion config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# folder are already added.
# Rails.application.config.assets.precompile += %w( admin.js admin.css )

Rails.application.config.assets.precompile += %w( bootstrap.min.js popper.js )
Rails.application.config.assets.precompile += %w[ bootstrap.min.js popper.js ]

0 comments on commit 6b5e0ea

Please sign in to comment.