Class: IndexController
- Inherits:
 - 
      ApplicationController
      
        
- Object
 - ActionController::Base
 - ApplicationController
 - IndexController
 
 
- Defined in:
 - public/app/controllers/index_controller.rb
 
Instance Method Summary collapse
Methods inherited from ApplicationController
#archivesspace, can_access?, permission_mappings, set_access_control
Instance Method Details
#index ⇒ Object
      3 4 5  | 
    
      # File 'public/app/controllers/index_controller.rb', line 3 def index @repositories = archivesspace.list_repositories end  |