Sha256: dcf585bdb9d2815ceab4b2aef0ef23904b8288e8a57893ef38152200d826e175
Contents?: true
Size: 232 Bytes
Versions: 37
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Custom add-ons for RailsAppGenerator module AddOns # Add InlineSvg support to rails application class InlineSvg < AddOn depends_on :views end end end
Version data entries
37 entries across 37 versions & 1 rubygems