Class: UbigeoRails::UbigeosController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/ubigeo_rails/ubigeos_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
# File 'app/controllers/ubigeo_rails/ubigeos_controller.rb', line 5

def show
  render json: UbigeoRails::Ubigeo.with_parent(parent_id)
end