redirect_with_params 1.1.0 → 1.1.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 +4 -4
- data/README.md +0 -2
- data/lib/redirect_with_params/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a39145b50f4fcd365b17864e068b0c79d182693f
|
4
|
+
data.tar.gz: 4a7b244aa6a83131df2265a37418009473d471ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87bc85caf04dd8140813f1652806dd6581b56145d57cf1561e546a19a476015a2b51d8bdd659a2d20f4426692cc59b8645ace8263a7c6acecc3e53c3cc20bb7a
|
7
|
+
data.tar.gz: 60a7dc81f2574d539f990e28121848c845d41f9811509ff1784bb282b6abe98e83dcf88c1bca87fd35c0e0d92f9bbf82e82ef597a4253c3e8f11b28bf14bb352
|
data/README.md
CHANGED
@@ -18,8 +18,6 @@ Or install it yourself as:
|
|
18
18
|
|
19
19
|
$ gem install redirect_with_params
|
20
20
|
|
21
|
-
Add this line to your `config/routes.rb`:
|
22
|
-
|
23
21
|
## Usage
|
24
22
|
|
25
23
|
Use `redirect_with_params` in place of `redirect` in your Routes file. This will preserve the query parameters in the redirect.
|