Skip to content

Instantly share code, notes, and snippets.

@dchandekstark
Created April 19, 2014 01:57
Show Gist options
  • Save dchandekstark/11071471 to your computer and use it in GitHub Desktop.
Save dchandekstark/11071471 to your computer and use it in GitHub Desktop.
ActiveFedora / ActiveRecord
class Foo < ActiveRecord::Base
belongs_to_af :bar
end
class Bar < ActiveFedora::Base
has_many_ar :foos
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment