Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Created September 17, 2015 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jcoyne/13761836a33cf832f012 to your computer and use it in GitHub Desktop.
Save jcoyne/13761836a33cf832f012 to your computer and use it in GitHub Desktop.
class Book < ActiveFedora::Base
include Hydra::Works::Work
end
class Page < ActiveFedora::Base
include Hydra::Works::Work
end
book = Book.new
page = Page.new
cover_image = GenericFile.new
book.child_works << page
page.generic_files << cover_image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment