Class: RailsLiveDashboard::DashboardController

Inherits:
ApplicationController show all
Defined in:
app/controllers/rails_live_dashboard/dashboard_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



3
4
5
6
# File 'app/controllers/rails_live_dashboard/dashboard_controller.rb', line 3

def show
  @ruby_version = RUBY_VERSION
  @rails_version = Rails.version
end