Sha256: c93c2b6c082bd6a6becbbac1815514d7276dd676735542917535cfbd3f92ae0c

Contents?: true

Size: 183 Bytes

Versions: 3

Compression:

Stored size: 183 Bytes

Contents

module Netzke::Support
  def self.permit_hash_params(params)
    return params unless params
    return params unless params.respond_to? :to_unsafe_h
    params.to_unsafe_h
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
netzke-core-6.5.0.0 lib/netzke/core/support.rb
netzke-core-6.5.0.0.rc2 lib/netzke/core/support.rb
netzke-core-6.5.0.0.rc1 lib/netzke/core/support.rb