7 8 9 10 11
# File 'app/controllers/pay/payments_controller.rb', line 7 def show @payment = Payment.from_id(params[:id]) rescue ::Stripe::StripeError => e redirect_to root_path, alert: e.message end