Sha256: 40e5fdb77b269c382754f68529d6a08532e3668e6f354fb7d22e6fe343981ed8

Contents?: true

Size: 290 Bytes

Versions: 5

Compression:

Stored size: 290 Bytes

Contents

require_dependency "phcdevworks_accounts_stripe/application_controller"

module PhcdevworksAccountsStripe
    class User::ProductController < ApplicationController

        # Security Filters
        before_action :authenticate_user!

        def user_product_list
        end

    end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcdevworks_accounts_stripe-0.1.7 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb
phcdevworks_accounts_stripe-0.1.6 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb
phcdevworks_accounts_stripe-0.1.5 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb
phcdevworks_accounts_stripe-0.1.4 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb
phcdevworks_accounts_stripe-0.1.3 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb