Sha256: 3c46ab105951b5ff30d037ca5780cd63de2950f19a4bd4cf15d0938bdd3efb5a
Contents?: true
Size: 374 Bytes
Versions: 9
Compression:
Stored size: 374 Bytes
Contents
# frozen_string_literal: true module Loco class InstallGenerator < Rails::Generators::Base source_root File.expand_path('templates', __dir__) def install generate 'loco:initializer' generate 'loco:file_injector' generate 'loco:core:file_injector' generate 'loco:notification_center' rake 'loco:install:migrations' end end end
Version data entries
9 entries across 9 versions & 1 rubygems