Sha256: 60e1ced3111069141861bd6f0a09c708f0a941d2fd07497bcdd95c7c401de3ee

Contents?: true

Size: 506 Bytes

Versions: 5

Compression:

Stored size: 506 Bytes

Contents

# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html

one:
  id: 1
  title: Weather report
  content: Sunny weather today
  category_id: 1
  updated_at: 2013-07-11 17:06:19

two:
  id: 2
  title: Active record rocks
  content: Using OpenSearchServer with active record is simple
  category_id: 2
  updated_at: 2013-07-11 17:06:19

three:
  id: 3
  title: Breaking news
  content: A new version should be available soon
  category_id: 1000
  updated_at: 2013-07-11 17:06:19

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
oss_active_record-0.3.1 test/dummy/test/fixtures/articles.yml
oss_active_record-0.3.0 test/dummy/test/fixtures/articles.yml
oss_active_record-0.2.0 test/dummy/test/fixtures/articles.yml
oss_active_record-0.1.2 test/dummy/test/fixtures/articles.yml
oss_active_record-0.1.1 test/dummy/test/fixtures/articles.yml