Class: PingController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- PingController
- Defined in:
- app/controllers/ping_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'app/controllers/ping_controller.rb', line 4 def index render :text => 'pong' end |