Sha256: e3b3f38d2f9881a21c47a004555d4f6b31f8b7fd5e4079288e1639033acd5e63

Contents?: true

Size: 303 Bytes

Versions: 8

Compression:

Stored size: 303 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

8 entries across 8 versions & 1 rubygems

Version Path
phcdevworks_accounts_stripe-1.1.1 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb
phcdevworks_accounts_stripe-1.1.0 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb
phcdevworks_accounts_stripe-1.0.4 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb
phcdevworks_accounts_stripe-1.0.3 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb
phcdevworks_accounts_stripe-1.0.2 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb
phcdevworks_accounts_stripe-1.0.1 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb
phcdevworks_accounts_stripe-1.0.0 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb
phcdevworks_accounts_stripe-0.2.0 app/controllers/phcdevworks_accounts_stripe/user/product_controller.rb