Class: EasyHubspot::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/easy_hubspot/generators/install_generator.rb

Overview

InstallGenerator

Instance Method Summary collapse

Instance Method Details

#copy_initializerObject



11
12
13
# File 'lib/easy_hubspot/generators/install_generator.rb', line 11

def copy_initializer
  copy_file 'easy_hubspot.rb', 'config/initializers/easy_hubspot.rb'
end