Class: Ahoy::Stores::Generators::ActiveRecordGenerator

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

Instance Method Summary collapse

Instance Method Details

#boomObject



9
10
11
12
# File 'lib/generators/ahoy/stores/active_record_generator.rb', line 9

def boom
  invoke "ahoy:stores:active_record_visits", nil, options
  invoke "ahoy:stores:active_record_events", nil, options
end