Sha256: 481499ae8ac54f57489d3217c118ddbae874b30d550140996ddad00c456b1b5d
Contents?: true
Size: 139 Bytes
Versions: 10
Compression:
Stored size: 139 Bytes
Contents
module Pay class PaymentsController < ApplicationController def show @payment = Payment.from_id(params[:id]) end end end
Version data entries
10 entries across 10 versions & 1 rubygems