Sha256: 7c87f16a8de8b5d94738e747ffdb966a0317a14737fa990640cd85c20f5ecc42

Contents?: true

Size: 276 Bytes

Versions: 4

Compression:

Stored size: 276 Bytes

Contents

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

  def generate_assets
    directory 'puffer', 'public/puffer'
  end

  def generate_config
    copy_file 'puffer.rb', 'config/initializers/puffer.rb'
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
puffer-0.0.15 lib/generators/puffer/install/install_generator.rb
puffer-0.0.14 lib/generators/puffer/install/install_generator.rb
puffer-0.0.13 lib/generators/puffer/install/install_generator.rb
puffer-0.0.12 lib/generators/puffer/install/install_generator.rb