File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,15 @@ A small Rails controller concern that allows encoding and decoding parameters. S
44
55` signed_params ` are great for generating sharable links and/or mitigating web scrapers.
66
7- Battle tested at [ Hansa] ( https://hansahq.com ) . Developed at [ Primevise] ( https://primevise.com ) .
7+ Battle-tested at [ Hansa] ( https://hansahq.com ) . Developed at [ Primevise] ( https://primevise.com ) .
8+
9+ <a href =" https://rubygems.org/gems/signed_params " >
10+ <img alt =" signed_params GEM Version " src =" https://img.shields.io/gem/v/signed_params?color=10b981&include_prereleases&logo=ruby&logoColor=f43f5e " >
11+ </a >
12+
13+ <a href =" https://rubygems.org/gems/signed_params " >
14+ <img alt =" signed_params GEM Downloads " src =" https://img.shields.io/gem/dt/signed_params?color=10b981&include_prereleases&logo=ruby&logoColor=f43f5e " >
15+ </a >
816
917---
1018
@@ -18,9 +26,7 @@ Simply add the gem to your Gemfile by running the following command
1826$ bundle add signed_params
1927```
2028
21- ---
22-
23- #### Add it to your application
29+ #### Add to application
2430
2531After you have the gem installed, you include the functionality in ` app/controllers/application_controller.rb ` :
2632
You can’t perform that action at this time.
0 commit comments