Class: Shower::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#add_routeObject



7
8
9
# File 'lib/generators/shower/install/install_generator.rb', line 7

def add_route
  route "get '/stream', to: 'shower/stream#index'"
end

#include_javascriptObject



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

def include_javascript
  template 'shower.js.coffee', 'app/assets/javascripts/shower.js.coffee'
end