Class: PlotSimple::JqplotthemesGenerator

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

Instance Method Summary collapse

Instance Method Details

#generate_jqplotthemesObject



6
7
8
9
# File 'lib/generators/plot_simple/jqplotthemes_generator.rb', line 6

def generate_jqplotthemes
  source_root = File.expand_path("../../../../app/views/plot_simple/",__FILE__)
  FileUtils.copy_entry source_root, "app/views/plot_simple/"
end