lib/generators/sunrise/votes/install_generator.rb in sunrise-votes-0.1.1 vs lib/generators/sunrise/votes/install_generator.rb in sunrise-votes-0.1.2
- old
+ new
@@ -7,10 +7,10 @@
source_root File.expand_path(File.join(File.dirname(__FILE__), 'templates'))
desc "Copy javascript chart files"
def copy_javascripts
- directory "javascripts/ballot_box", "public/javascripts/ballot_box"
+ directory "javascripts/highcharts", "public/javascripts/highcharts"
end
end
end
end