Sha256: 2920eb022c5584d7419d97404f3b3f49e87bfe90768286c274090e6728594e8e

Contents?: true

Size: 286 Bytes

Versions: 4

Compression:

Stored size: 286 Bytes

Contents

module Foundationstone
  module Generators
    class InstallGenerator < Rails::Generators::Base
      source_root File.expand_path("../../templates", __FILE__)

      def copy_configuration
        template "foundationstone.yml", "config/foundationstone.yml"
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foundationstone-0.0.4 lib/generators/foundationstone/install_generator.rb
foundationstone-0.0.3 lib/generators/foundationstone/install_generator.rb
foundationstone-0.0.2 lib/generators/foundationstone/install_generator.rb
foundationstone-0.0.1 lib/generators/foundationstone/install_generator.rb