Sha256: 62c51d9ddf0fed42f76d91a9720f356f376e3be954af1e1535af199bb67b2f9a
Contents?: true
Size: 318 Bytes
Versions: 19
Compression:
Stored size: 318 Bytes
Contents
class Loco::InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def install generate 'loco:initializer' generate 'loco:js_assets_structure' generate 'loco:file_injector' generate 'loco:notification_center' rake 'loco:install:migrations' end end
Version data entries
19 entries across 19 versions & 1 rubygems