Class: DashboardController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
lib/app/dashboard_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
# File 'lib/app/dashboard_controller.rb', line 2

def index
  render :text =>"OK then"
end