Class: SimpleAddress::CountriesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/simple_address/countries_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

GET /countries



4
5
6
# File 'app/controllers/simple_address/countries_controller.rb', line 4

def index
  @countries = Country.all
end