Sha256: 23326efd3c0e90be57368626b3e2a5af3790c53144f6a70a103f8ad4ff3a7b79

Contents?: true

Size: 257 Bytes

Versions: 9

Compression:

Stored size: 257 Bytes

Contents

require_relative "json_with_metadata_formatter"

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