Sha256: cba43c01a5f2cbc4ffd00e2e32b4da110c293cb30a70e04578fea345747946fb
Contents?: true
Size: 392 Bytes
Versions: 9
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true module Heroicon module Generators class InstallGenerator < Rails::Generators::Base source_root File.join(__dir__, "templates") def copy_config template "heroicon.rb", "config/initializers/heroicon.rb" end def copy_helper template "heroicon_helper.rb", "app/helpers/heroicon_helper.rb" end end end end
Version data entries
9 entries across 9 versions & 3 rubygems