Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Agenda

(meeting notes below)

...

  • Hyrax Routing
    • Notes: https://confluence.cornell.edu/x/HuQIG 
    • If you have an instance of the `Hyrax::AdminSet`, `to_model_name` uses `singular_route_key`
      • `admin_set_path` is generated from this
      • `polymorphic_path` is called...uses this `singular_route_key` method
      • `ContentUpdateJob` `ContentEventJob` raises a NoMethodError
      • Hyrax::Monograph does work however
    • ContentEventJob uses the Rails::Routes::Helper
      • ActiveModel#name somehow keeps the proper path from being generated
      • What does `ActiveFedora::AdminSet` normally do?
      • The ActiveModel#name is most likely not being overridden properly