sul-dlss-deprecated / triannon

Rails engine for working with storage of OpenAnnotations stored in Fedora4
Other
13 stars 1 forks source link

Active record to ldp #40

Closed wmene closed 10 years ago

wmene commented 10 years ago

First pass at saving and loading data to an LDP store.

Triannon::Annotation is no longer a subclass of ActiveRecord. It now mixes in ActiveModel

All tests now pass with these changes

@ndushay