Class: Wingman::StatusController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/wingman/status_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



13
14
# File 'app/controllers/wingman/status_controller.rb', line 13

def index
end

#statusObject



6
7
8
9
10
11
# File 'app/controllers/wingman/status_controller.rb', line 6

def status

  render :json => {
    :current_time => Time.now.utc.to_s
  }
end