Sha256: 7cb7d25d8420fea71af17809117497f00d5caecdbdf45e547736650910cb61a6
Contents?: true
Size: 222 Bytes
Versions: 2
Compression:
Stored size: 222 Bytes
Contents
class Staff < ActiveResource::Base self.format = :json self.include_root_in_json = true self.site = "http://example.com" self.prefix = "/api/v1/" self.element_name = "staff" self.collection_name = "staff" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
factory_girl_remote_strategy-0.0.9 | spec/support/staff.rb |
factory_girl_remote_strategy-0.0.8 | spec/support/staff.rb |