Module: Glib::UrlsHelper
- Defined in:
- app/helpers/glib/urls_helper.rb
Instance Method Summary collapse
Instance Method Details
#glib_url_current(new_params) ⇒ Object
3 4 5 |
# File 'app/helpers/glib/urls_helper.rb', line 3 def glib_url_current(new_params) url_for(params.to_unsafe_h.merge(new_params.merge(only_path: false))) end |