Class: PlotSimple::JqplotthemesGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- PlotSimple::JqplotthemesGenerator
- Defined in:
- lib/generators/plot_simple/jqplotthemes_generator.rb
Instance Method Summary collapse
Instance Method Details
#generate_jqplotthemes ⇒ Object
6 7 8 9 |
# File 'lib/generators/plot_simple/jqplotthemes_generator.rb', line 6 def generate_jqplotthemes source_root = File.("../../../../app/views/plot_simple/",__FILE__) FileUtils.copy_entry source_root, "app/views/plot_simple/" end |