Class: Geopolitical::GeopoliticalController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/geopolitical/geopolitical_controller.rb

Overview

Main Geopolitical Controller

Instance Method Summary collapse

Instance Method Details

#indexObject



6
7
8
9
# File 'app/controllers/geopolitical/geopolitical_controller.rb', line 6

def index
  @regions = Region.all
  @cities = City.all
end