Class: Kms::Public::RobotsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/kms/public/robots_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



4
5
6
# File 'app/controllers/kms/public/robots_controller.rb', line 4

def show
  render plain: Kms::Settings.instance.values['robots']
end