Introduce inline_svg gem, minimal usage, prep for material design icons (#29612)

This commit is contained in:
Matt Jankowski 2024-03-19 05:03:15 -04:00 committed by GitHub
parent 4e61bce4e9
commit 6c68c3c0ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,3 @@
# frozen_string_literal: true
Rails.application.config.assets.paths << Rails.root.join('app', 'javascript', 'images')