Class: Manage::ConfigsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/manage/configs_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



6
7
8
# File 'app/controllers/manage/configs_controller.rb', line 6

def show
  respond_with(Rails.configuration.hackathon)
end