Class: BucketStand::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/bucket_stand/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#serveObject



3
4
5
# File 'app/controllers/bucket_stand/application_controller.rb', line 3

def serve
	render text: request.path_info
end