Class: H2ocubeRailsSunspotGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- H2ocubeRailsSunspotGenerator
- Defined in:
- lib/generators/h2ocube_rails_sunspot_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_config_sunspot_rb ⇒ Object
6 7 8 |
# File 'lib/generators/h2ocube_rails_sunspot_generator.rb', line 6 def copy_config_sunspot_rb template 'sunspot.yml.erb', 'config/sunspot.yml' end |
#copy_spec_support_sunspot_yml ⇒ Object
10 11 12 |
# File 'lib/generators/h2ocube_rails_sunspot_generator.rb', line 10 def copy_spec_support_sunspot_yml template 'sunspot.rb.erb', 'spec/support/sunspot.rb' end |