Sha256: 3f57f7c3e4067c682b60ea6ea5a4459075c03daba37190e0539a85a1a81bd8d1
Contents?: true
Size: 295 Bytes
Versions: 16
Compression:
Stored size: 295 Bytes
Contents
window.FIXTURES = {} if window.FIXTURES is undefined FIXTURES.tag = (id = 1)-> tag: id: id name: "cycling" total_projects: 0 visible: true FIXTURES.tags = (page = 3)-> tags: [FIXTURES.tag(1).tag, FIXTURES.tag(2).tag] meta: page: page total: 2 total_pages: 10
Version data entries
16 entries across 16 versions & 1 rubygems