Sha256: 29fc4c1e07029d9db9573682f3ecf9cde239f37ce4a76ebb590651aae63d5070
Contents?: true
Size: 172 Bytes
Versions: 43
Compression:
Stored size: 172 Bytes
Contents
module Stripe class PingsController < ::Stripe::ApplicationController respond_to :json def show @ping = Ping.new respond_with @ping end end end
Version data entries
43 entries across 43 versions & 1 rubygems