disco_app 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6522ecc2e564a8205469ef204144629cf288a990892987fc55c6bbb99d47f4d
|
|
4
|
+
data.tar.gz: 89e1e030f3a3b1e984bf99044418fdf21322eb69e0a1781a174e41e7b2fb0d1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22d9ab526b4c13feb425d3089d3ad51797361293cd1fe3d41dd3d7b6ef8949d7cf2b8f19025d3fb5d2dfc132893ba021b4c8c79497cbd40fdf71dda7efc9a98f
|
|
7
|
+
data.tar.gz: b00bca43bfdf3baf2358c9c9275730db0f1df34a295b056e229a4cb7c96e98c893a04af5b977e2290a0641830bdbe0659a042f6fa39c691f756a9631437858a3
|
|
@@ -10,10 +10,7 @@ module DiscoApp::Admin::Concerns::SubscriptionsController
|
|
|
10
10
|
|
|
11
11
|
def update
|
|
12
12
|
if @subscription.update_attributes(subscription_params)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
end
|
|
16
|
-
redirect_to edit_admin_subscription_path(@subscription)
|
|
13
|
+
redirect_to edit_admin_shop_subscription(@subscription.shop, @subscription)
|
|
17
14
|
else
|
|
18
15
|
render 'edit'
|
|
19
16
|
end
|
data/lib/disco_app/version.rb
CHANGED