Skip to content

Commit c8ea13c

Browse files
committed
Reformat Ruby with Rufo
1 parent dcb5880 commit c8ea13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/initializers/assets.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Be sure to restart your server when you modify this file.
22

33
# Version of your assets, change this if you want to expire all your assets.
4-
Rails.application.config.assets.version = '1.0'
4+
Rails.application.config.assets.version = "1.0"
55

66
# Add additional assets to the asset load path.
77
# Rails.application.config.assets.paths << Emoji.images_path
88
# Add Yarn node_modules folder to the asset load path.
9-
Rails.application.config.assets.paths << Rails.root.join('node_modules')
9+
Rails.application.config.assets.paths << Rails.root.join("node_modules")
1010

1111
# Precompile additional assets.
1212
# application.js, application.css, and all non-JS/CSS in the app/assets

0 commit comments

Comments
 (0)