Skip to content

Instantly share code, notes, and snippets.

@lorawoodford
Created July 2, 2020 19:14
Show Gist options
  • Save lorawoodford/fb94109ccc1a9c769e0d8fcdc5601ae3 to your computer and use it in GitHub Desktop.
Save lorawoodford/fb94109ccc1a9c769e0d8fcdc5601ae3 to your computer and use it in GitHub Desktop.
Changes to transfer location link
class ContainerLocation < Sequel::Model(:container_location)
include ASModel
corresponds_to JSONModel(:container_location)
define_relationship(:name => :top_container_housed_at,
:contains_references_to_types => proc {[TopContainer, Location]}
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment