Sha256: f348baef210387e30cd56d10c20a136d88a1dcd8850747fa61c6e25351706f4e

Contents?: true

Size: 272 Bytes

Versions: 63

Compression:

Stored size: 272 Bytes

Contents

class TestTrack::Remote::IdentifierType
  include TestTrack::RemoteModel

  collection_path '/api/v1/identifier_type'

  attributes :name

  validates :name, presence: true

  def fake_save_response_attributes
    nil # :no_content is the expected response type
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
test_track_rails_client-0.9.2 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.1 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.0 app/models/test_track/remote/identifier_type.rb