diff options
author | Maksym Pugach <pugach.m@gmail.com> | 2017-01-02 18:26:05 +0200 |
---|---|---|
committer | Maksym Pugach <pugach.m@gmail.com> | 2017-01-04 06:33:29 +0200 |
commit | 13352f6972b4dbc9af33b0634a26184f1c4eb2c1 (patch) | |
tree | 9ceec3b4527fad1d571bde65a0a97bc7168f5d71 /actionpack/lib/action_dispatch/http/parameters.rb | |
parent | 33e60514aed85b3076f2636d5f1ccfb513aace1c (diff) | |
download | rails-13352f6972b4dbc9af33b0634a26184f1c4eb2c1.tar.gz rails-13352f6972b4dbc9af33b0634a26184f1c4eb2c1.tar.bz2 rails-13352f6972b4dbc9af33b0634a26184f1c4eb2c1.zip |
Add `check_parameters` option to `current_page?`
Example:
For "http://www.example.com/shop/checkout?order=desc&page=1"
current_page?('http://www.example.com/shop/checkout')
=> true
current_page?(
'http://www.example.com/shop/checkout',
check_parameters: true
)
=> false
Diffstat (limited to 'actionpack/lib/action_dispatch/http/parameters.rb')
0 files changed, 0 insertions, 0 deletions