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