Since this just tripped me up, I figured I'd share with the group.

If you are looking to add a route to the PUI in a plugin, you cannot use a two 
part path for your new route since this existing route will catch any of those:

get ":obj_type/:slug_or_id" => 'objects#show'

https://github.com/archivesspace/archivesspace/blob/a2715dd9bf4d2c11671f2034d697a6c06918f39d/public/config/routes.rb#L88

jds

_______________________________________________
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group

Reply via email to