Sha256: fae7c3c01bab93620a078251835983228c663d2269ae5fc98d6182af969695de

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

class Loco::InstallGenerator < Rails::Generators::Base
  source_root File.expand_path('../templates', __FILE__)

  def install
    generate 'loco:initializer'
    generate 'loco:file_injector'
    generate 'loco:notification_center'
    rake 'loco:install:migrations'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
loco-rails-3.0.0 lib/generators/loco/install/install_generator.rb