Sha256: 0bc18a21482ff4e76620ae63c381e4fa8e39de540396a32dd8d6e24453f5fb09

Contents?: true

Size: 216 Bytes

Versions: 4

Compression:

Stored size: 216 Bytes

Contents

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

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

  autoload :Book, 'fabricators/book'

  attribute :name, String
  attribute :books, Array[Book], coerce: false
end

Version data entries

4 entries across 4 versions & 1 rubygems

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