module Params::CurrentHelper

Public Instance Methods

current_params() click to toggle source
# File lib/action_set/helpers/params/current_helper.rb, line 5
def current_params
  return params.to_unsafe_hash if params.respond_to? :to_unsafe_hash

  params
end