Sha256: 5aea7a31541de1dcc2ec520379989da466cd070235c1299079868f403f4180bd
Contents?: true
Size: 623 Bytes
Versions: 1
Compression:
Stored size: 623 Bytes
Contents
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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ab-experiments-rails-0.0.3 | lib/generators/ab_experiments_rails_generator.rb |