Created
April 19, 2014 01:57
-
-
Save dchandekstark/11071471 to your computer and use it in GitHub Desktop.
ActiveFedora / ActiveRecord
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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