Sha256: 9868bdf42d0302034ec4632810625c20216d1b1b552032ccbd89d312e4cdf42b

Contents?: true

Size: 260 Bytes

Versions: 9

Compression:

Stored size: 260 Bytes

Contents

require_relative "json_with_metadata_formatter"

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