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-4.0.0.alpha15 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha14 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha13 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha12 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha11 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha10 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha9 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha8 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha7 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha6 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha5 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha4 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha3 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha2 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-4.0.0.alpha1 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-3.0.1 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-3.0.0 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-2.0.0 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-1.3.0 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-1.2.0 app/models/test_track/remote/identifier_type.rb