Sha256: 076876785b60fd69f0cba07ebf2fbe2ed0c94efb1a7c40532b00d0cae62c6304

Contents?: true

Size: 283 Bytes

Versions: 4

Compression:

Stored size: 283 Bytes

Contents

module Lanes::Concerns


    # SanitizeJson is responsible for only cleaning a hash of attributes that should not
    # be written to the model by the given user
    module SanitizeApiData
        extend ActiveSupport::Concern

        module ClassMethods
        end

    end


end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lanes-0.0.5 lib/lanes/concerns/sanitize_api_data.rb
lanes-0.0.3 lib/lanes/concerns/sanitize_api_data.rb
lanes-0.0.2 lib/lanes/concerns/sanitize_api_data.rb
lanes-0.0.1 lib/lanes/concerns/sanitize_api_data.rb