Sha256: ef00f875b425754bf2139923613a7e3fac727b74ca75047c88701e8675b9acc6

Contents?: true

Size: 426 Bytes

Versions: 4

Compression:

Stored size: 426 Bytes

Contents

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

# This model initially had no columns defined.  If you add columns to the
# model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#
published:
  content: "Test"
  published_at: <%= 2.days.ago %>
  tags:
    - 1

draft:
  content: "A draft"
  tags:
    - 1

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ecrire-0.30.3 test/fixtures/posts.yml
ecrire-0.30.2 test/fixtures/posts.yml
ecrire-0.30.1 test/fixtures/posts.yml
ecrire-0.30.0 test/fixtures/posts.yml