class AbExperimentsRailsGenerator < Rails::Generators::Base source_root File.expand_path('..', __FILE__) def copy_header copy_file '../../app/views/ab_experiments_rails/_header_content.html.erb', 'app/views/ab_experiments_rails/_header_content.html.erb' copy_file '../../app/views/ab_experiments_rails/_example.html.erb', 'app/views/ab_experiments_rails/_example.html.erb' copy_file '../../app/views/ab_experiments_rails/_loading.html.erb', 'app/views/ab_experiments_rails/_loading.html.erb' copy_file '../../app/assets/images/google_ab_spinner.gif', 'app/assets/images/google_ab_spinner.gif' end end