phcdevworks_accounts_stripe 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 565c4ed493d0f7b2dfee92a40538e7ef275220cae4dfb488e9b6188847fdae05
|
4
|
+
data.tar.gz: e8391b0c4442ec536a224178f4a64a16712b53496ac16b4af2d2b368a854eb7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45d7f50f6373bfa4e7a7e0dcc0b0eb985fd1f005d6b367d8a58be2759ac9389aeb488ce3de408ec661b81cb269040af521d35e584190a55e59952cd6051fcdf8
|
7
|
+
data.tar.gz: 411d237c35c014c5bcc635196c34ce9b76aac20f6e82103bd07c397f0787f098ce9e95e0a3d1e5c76daaa966e6a0945279de63e128233204bd43adbee7b3fa16
|
@@ -1,7 +1,7 @@
|
|
1
1
|
require_dependency "phcdevworks_accounts_stripe/application_controller"
|
2
2
|
|
3
3
|
module PhcdevworksAccountsStripe
|
4
|
-
class User::
|
4
|
+
class User::ProductController < ApplicationController
|
5
5
|
|
6
6
|
# Security Filters
|
7
7
|
before_action :authenticate_user!
|