Sha256: 233be9f0c98f437dae8754fdc6fa02fb6279ebfe2b8b5e7e037b4ec9a3a0ef45

Contents?: true

Size: 181 Bytes

Versions: 4

Compression:

Stored size: 181 Bytes

Contents

module RailsLiveDashboard
  class DashboardController < ApplicationController
    def show
      @ruby_version = RUBY_VERSION
      @rails_version = Rails.version
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails_live_dashboard-0.2.0 app/controllers/rails_live_dashboard/dashboard_controller.rb
rails_live_dashboard-0.1.2 app/controllers/rails_live_dashboard/dashboard_controller.rb
rails_live_dashboard-0.1.1 app/controllers/rails_live_dashboard/dashboard_controller.rb
rails_live_dashboard-0.1.0 app/controllers/rails_live_dashboard/dashboard_controller.rb