Method: SystemMetrics::Generators::InstallGenerator#copy_css_files

Defined in:
lib/generators/system_metrics/install/install_generator.rb

#copy_css_filesObject



11
12
13
# File 'lib/generators/system_metrics/install/install_generator.rb', line 11

def copy_css_files
  directory "stylesheets", "#{assets_path_for_rails_versions}/stylesheets/system_metrics", :recursive => true
end