Class: JsRoutes::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_pathbuilderObject



10
11
12
13
14
# File 'lib/generators/js_routes/install/install_generator.rb', line 10

def copy_pathbuilder
  say_status("copying", "jquery.pathBuilder.js (#{JsRoutes::VERSION})", :green)

  copy_file "jquery.pathBuilder.js", "public/javascripts/jquery.pathBuilder.js"
end