Sha256: 1cefd01d82c4074d3fc14cc7c6f3c8df751494db45907b77597003d6c9e4a4fd

Contents?: true

Size: 70 Bytes

Versions: 1

Compression:

Stored size: 70 Bytes

Contents

class Post
  attr_accessor :id

  def initialize
    @id = 1
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
restful-controller-0.0.3 spec/fixtures/models.rb