Sha256: 2fd12a7deb73ba593ff688de92467538bf823a9f0f4e697b1c479f78da94f4ac

Contents?: true

Size: 123 Bytes

Versions: 8

Compression:

Stored size: 123 Bytes

Contents

class ReportsController < ApplicationController
  layout 'report'
  def show
    @pool = Pool.find(params[:id])
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tournament-2.1.2 webgui/app/controllers/reports_controller.rb
tournament-2.1.0 webgui/app/controllers/reports_controller.rb
tournament-2.2.0 webgui/app/controllers/reports_controller.rb
tournament-2.2.1 webgui/app/controllers/reports_controller.rb
tournament-2.0.0 webgui/app/controllers/reports_controller.rb
tournament-2.1.1 webgui/app/controllers/reports_controller.rb
tournament-2.3.0 webgui/app/controllers/reports_controller.rb
tournament-2.2.2 webgui/app/controllers/reports_controller.rb