Sha256: 066729c744572e9f948c281b605a241fd6979b47dd7af9276930771c31d1b840

Contents?: true

Size: 169 Bytes

Versions: 3

Compression:

Stored size: 169 Bytes

Contents

module Moneytree
  module Webhooks
    class StripeController < ApplicationController
      def create
        # Do some callback magic here
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
moneytree-rails-0.1.3 app/controllers/moneytree/webhooks/stripe_controller.rb
moneytree-rails-0.1.2 app/controllers/moneytree/webhooks/stripe_controller.rb
moneytree-rails-0.1.1 app/controllers/moneytree/webhooks/stripe_controller.rb