Sha256: c73ef8881cd2720561a96156cb6e0db5400de9dcaabfd6a97b732f7f64701762
Contents?: true
Size: 388 Bytes
Versions: 16
Compression:
Stored size: 388 Bytes
Contents
window.FIXTURES = {} if window.FIXTURES is undefined FIXTURES.press_asset = (id = 1)-> press_asset: id: id title: "Foo Bar" url: 'http://bar.foo' image_url: 'http://bar.foo/image.jpg' FIXTURES.press_assets = (page = 3)-> press_assets: [FIXTURES.press_asset(1).press_asset, FIXTURES.press_asset(2).press_asset] meta: page: page total: 2 total_pages: 10
Version data entries
16 entries across 16 versions & 1 rubygems