Class: Ishapi::ApiController

Inherits:
ApplicationController show all
Defined in:
app/controllers/ishapi/api_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#puts!

Instance Method Details

#home ⇒ Object



7
8
9
10
# File 'app/controllers/ishapi/api_controller.rb', line 7

def home
  render :json => { :status => :ok, :message => 'Ishapi::ApiController.home', 
                    :n_reports => Report.count, :n_cities => City.count }
end