Sha256: 70b419b11ab0435787e55276f2b63031b50744eaa62601094cf87e1897ad1fdf

Contents?: true

Size: 263 Bytes

Versions: 9

Compression:

Stored size: 263 Bytes

Contents

require_relative "json_with_metadata_formatter"

class Victim < ActiveResource::Base
  self.element_name = "victim"
  self.collection_name = "victims"
  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/victim.rb
factory_girl_remote_strategy-0.0.8 spec/support/victim.rb
factory_girl_remote_strategy-0.0.7 spec/support/victim.rb
factory_girl_remote_strategy-0.0.6 spec/support/victim.rb
factory_girl_remote_strategy-0.0.5 spec/support/victim.rb
factory_girl_remote_strategy-0.0.4 spec/support/victim.rb
factory_girl_remote_strategy-0.0.3 spec/support/victim.rb
factory_girl_remote_strategy-0.0.2 spec/support/victim.rb
factory_girl_remote_strategy-0.0.1 spec/support/victim.rb