Sha256: 65893d30522e5831fd15060734c66e878852f7a22249062a70993650618275ac
Contents?: true
Size: 305 Bytes
Versions: 37
Compression:
Stored size: 305 Bytes
Contents
module Synchronisable # Error is thrown when remote id isn't supplied # with remote attibutes hash. class MissedRemoteIdError < StandardError; end # Error is thrown when required associations isn't supplied # with remote attributes hash. class MissedAssociationsError < StandardError; end end
Version data entries
37 entries across 37 versions & 1 rubygems