Class: Grn::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#inflectionsObject



10
11
12
# File 'lib/generators/grn/install/install_generator.rb', line 10

def inflections
  template 'inflections.rb', 'config/initializers/grn_inflections.rb'
end