Sha256: ab85786f871b4a2da2e18023d39406a73d7d27828d6bf2d5361dda5787385ed5

Contents?: true

Size: 309 Bytes

Versions: 2

Compression:

Stored size: 309 Bytes

Contents

module TastesBitter

  module Generators

    class InstallGenerator < Rails::Generators::Base

      source_root File.expand_path("../templates", __FILE__)

      def create_tastes_bitter_initializer
        copy_file "tastes_bitter.rb", "config/initializers/tastes_bitter.rb"
      end

    end

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tastes_bitter-0.0.2 lib/generators/tastes_bitter/install_generator.rb
tastes_bitter-0.0.1 lib/generators/tastes_bitter/install_generator.rb