Class: Wingman::StatusController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Wingman::StatusController
- Defined in:
- app/controllers/wingman/status_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
13 14 |
# File 'app/controllers/wingman/status_controller.rb', line 13 def index end |
#status ⇒ Object
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 |