Class: RailsViewHelpers::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#installObject



12
13
14
15
# File 'lib/generators/rails_view_helpers/install_generator.rb', line 12

def install
  directory 'app/assets'
  directory 'config'
end