Sha256: 50d12d7775d32fac15d83e3f847c42bedce72d3ab78e2de9599e18ba57326c79

Contents?: true

Size: 237 Bytes

Versions: 5

Compression:

Stored size: 237 Bytes

Contents

module G5Updatable
  class Location < ActiveRecord::Base
    include G5Updatable::FirstClassProperties
    include G5Updatable::UrnAsParameter
    include BelongsToClient

    validates :uid, :urn, :client_uid, presence: true

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
g5_updatable-0.5.0 app/models/g5_updatable/location.rb
g5_updatable-0.4.3 app/models/g5_updatable/location.rb
g5_updatable-0.4.2 app/models/g5_updatable/location.rb
g5_updatable-0.4.1 app/models/g5_updatable/location.rb
g5_updatable-0.4.0 app/models/g5_updatable/location.rb