Sha256: 35320f94402d3a8961086a95a9599977fb42f95e88b7fa8741dd6d02ba9cf7c5

Contents?: true

Size: 269 Bytes

Versions: 9

Compression:

Stored size: 269 Bytes

Contents

require_relative "json_with_metadata_formatter"

class Incident < ActiveResource::Base
  self.element_name = "incident"
  self.collection_name = "incidents"
  self.format = JsonWithMetadataFormatter.new
  self.site = "http://example.com"
  self.prefix = "/api/v1/"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
factory_girl_remote_strategy-0.0.9 spec/support/incident.rb
factory_girl_remote_strategy-0.0.8 spec/support/incident.rb
factory_girl_remote_strategy-0.0.7 spec/support/incident.rb
factory_girl_remote_strategy-0.0.6 spec/support/incident.rb
factory_girl_remote_strategy-0.0.5 spec/support/incident.rb
factory_girl_remote_strategy-0.0.4 spec/support/incident.rb
factory_girl_remote_strategy-0.0.3 spec/support/incident.rb
factory_girl_remote_strategy-0.0.2 spec/support/incident.rb
factory_girl_remote_strategy-0.0.1 spec/support/incident.rb