Class: Geopolitical::NationsController

Inherits:
GeopoliticalController show all
Defined in:
app/controllers/geopolitical/nations_controller.rb

Overview

Nations Public Controller

Instance Method Summary collapse

Methods inherited from GeopoliticalController

#index

Instance Method Details

#collectionObject



5
6
7
# File 'app/controllers/geopolitical/nations_controller.rb', line 5

def collection
  @nations = Nation.ordered
end