Sha256: 06de8e6606be9f75834b18286ab114b384af00640d4d7a506143a7d7a7808d5a

Contents?: true

Size: 169 Bytes

Versions: 8

Compression:

Stored size: 169 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
moneytree-rails-0.1.8 app/controllers/moneytree/webhooks/square_controller.rb
moneytree-rails-0.1.7 app/controllers/moneytree/webhooks/square_controller.rb
moneytree-rails-0.1.6 app/controllers/moneytree/webhooks/square_controller.rb
moneytree-rails-0.1.5 app/controllers/moneytree/webhooks/square_controller.rb
moneytree-rails-0.1.4 app/controllers/moneytree/webhooks/square_controller.rb
moneytree-rails-0.1.3 app/controllers/moneytree/webhooks/square_controller.rb
moneytree-rails-0.1.2 app/controllers/moneytree/webhooks/square_controller.rb
moneytree-rails-0.1.1 app/controllers/moneytree/webhooks/square_controller.rb