Class: EasyHubspot::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- EasyHubspot::Generators::InstallGenerator
- Defined in:
- lib/easy_hubspot/generators/install_generator.rb
Overview
InstallGenerator
Instance Method Summary collapse
Instance Method Details
#copy_initializer ⇒ Object
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 |