Sha256: ee60d5369c511cd1d34fb7d29c7fb79408eb5ca889b744e6192cea3bae240131

Contents?: true

Size: 200 Bytes

Versions: 3

Compression:

Stored size: 200 Bytes

Contents

# -*- encoding: utf-8 -*-

class Book
  extend ActiveSupport::Autoload
  include Guacamole::Model

  autoload :Author, 'fabricators/author'

  attribute :title, String
  attribute :author, Author
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
guacamole-0.4.0 spec/fabricators/book.rb
guacamole-0.3.0 spec/fabricators/book.rb
guacamole-0.2.0 spec/fabricators/book.rb