Class: Geopolitical::GeopoliticalController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Geopolitical::GeopoliticalController
- Defined in:
- app/controllers/geopolitical/geopolitical_controller.rb
Overview
Main Geopolitical Controller
Direct Known Subclasses
CitiesController, HoodsController, NationsController, RegionsController
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
6 7 8 9 |
# File 'app/controllers/geopolitical/geopolitical_controller.rb', line 6 def index @regions = Region.all @cities = City.all end |