Class: AnalyticsGenerator

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

Instance Method Summary collapse

Instance Method Details

#buildObject



4
5
6
7
8
# File 'lib/generators/analytics/analytics_generator.rb', line 4

def build
  copy_file 'analytics_event.rb', 'app/models/analytics_event.rb'
  copy_file 'analytics_event_type.rb', 'app/models/analytics_event_type.rb'
  copy_file 'init.rb', 'config/initializers/analytics.rb'
end