Sha256: bb49064ad09f54fc17eb5da12995354a9c84c99725a537d3c9b66c945ac35b7a

Contents?: true

Size: 370 Bytes

Versions: 3

Compression:

Stored size: 370 Bytes

Contents

# :nodoc:
module SmarterDates
  # copies configuration file for configuration.gem
  class InstallGenerator < Rails::Generators::Base
    source_root File.expand_path('../templates', __FILE__)

    desc 'creates initialization files'

    def generate_configuration_files
      copy_file 'features/smarter_dates.rb', 'config/features/smarter_dates.rb'
    end
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
smarter_dates-0.2.15 lib/generators/smarter_dates/install_generator.rb
smarter_dates-0.2.14 lib/generators/smarter_dates/install_generator.rb
smarter_dates-0.2.13 lib/generators/smarter_dates/install_generator.rb