Class: UrlNormalizer::ThinkProgress
- Inherits:
-
UrlNormalizer
- Object
- UrlNormalizer
- UrlNormalizer::ThinkProgress
- Defined in:
- lib/url_normalizer/think_progress.rb
Constant Summary
Constants inherited from UrlNormalizer
Instance Method Summary collapse
Methods inherited from UrlNormalizer
#build_query, #clean_query, #encode_component, #initialize, #normalize, normalize, normalize_for, #whitelisted_uri_params
Constructor Details
This class inherits a constructor from UrlNormalizer
Instance Method Details
#forbidden_uri_params ⇒ Object
6 7 8 |
# File 'lib/url_normalizer/think_progress.rb', line 6 def forbidden_uri_params super + [:mobile] end |