Sha256: d57fb19d99bfbc93f104c53d448ad9c6d92527cf92517b51005378e60d4f54de
Contents?: true
Size: 226 Bytes
Versions: 73
Compression:
Stored size: 226 Bytes
Contents
module Pay class PaymentsController < ApplicationController layout "pay/application" def show @redirect_to = params[:back].presence || root_path @payment = Payment.from_id(params[:id]) end end end
Version data entries
73 entries across 73 versions & 1 rubygems