class RecordMe::InstallGenerator

Public Instance Methods

copy_assets() click to toggle source

all public methods in here will be run in order

# File lib/generators/install_generator.rb, line 10
def copy_assets
  copy_file "../../assets/javascripts/jRecorder.js", "app/assets/javascripts/jRecorder.js"
  copy_file "../../assets/swfs/jRecorder.swf", "app/assets/swfs/jRecorder.swf"
end