Sha256: 0c7446c31d9f2d5730328b9174c7d1b798727deb339fcd7b5ce52b86698f287b

Contents?: true

Size: 156 Bytes

Versions: 3

Compression:

Stored size: 156 Bytes

Contents

class ArticleThree < Article
  attribute :name, 'Article Three'
  attribute :author, 'Another author'
  attribute :rank, 1
  attribute :important, true
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
static-record-1.0.1 spec/test_app/app/models/articles/article_three.rb
static-record-1.0.0 spec/test_app/app/models/articles/article_three.rb
static-record-1.0.0.pre.4 spec/test_app/app/models/articles/article_three.rb