Class: AbExperimentsRailsGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_headerObject



4
5
6
7
8
9
# File 'lib/generators/ab_experiments_rails_generator.rb', line 4

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