Class: ArkNameController

Inherits:
ApplicationController show all
Defined in:
public/app/controllers/ark_name_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#archivesspace, can_access?, permission_mappings, set_access_control

Instance Method Details

#showObject



3
4
5
6
# File 'public/app/controllers/ark_name_controller.rb', line 3

def show
  # looks up ARK name in backend, and redirects to the right place based on the results
  resolve_ark_url(params)
end