Class: WorldFlags::Generators::GeoipGenerator

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

Instance Method Summary collapse

Instance Method Details

#main_flowObject



16
17
18
19
# File 'lib/generators/world_flags/geoip_generator.rb', line 16

def main_flow
  puts "local: #{local?}"
  local? ? copy_local : download_latest
end