Class: Hyrax::ResourceSyncController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Hyrax::ResourceSyncController
- Defined in:
- app/controllers/hyrax/resource_sync_controller.rb
Instance Method Summary collapse
- #capability_list ⇒ Object
- #change_list ⇒ Object
-
#default_url_options ⇒ Object
We don’t need locale here.
- #resource_list ⇒ Object
- #source_description ⇒ Object
Instance Method Details
#capability_list ⇒ Object
12 13 14 |
# File 'app/controllers/hyrax/resource_sync_controller.rb', line 12 def capability_list render_from_cache_as_xml(:capability_list) end |
#change_list ⇒ Object
16 17 18 |
# File 'app/controllers/hyrax/resource_sync_controller.rb', line 16 def change_list render_from_cache_as_xml(:change_list) end |
#default_url_options ⇒ Object
We don’t need locale here
4 5 6 |
# File 'app/controllers/hyrax/resource_sync_controller.rb', line 4 def super.except(:locale) end |
#resource_list ⇒ Object
20 21 22 |
# File 'app/controllers/hyrax/resource_sync_controller.rb', line 20 def resource_list render_from_cache_as_xml(:resource_list) end |
#source_description ⇒ Object
8 9 10 |
# File 'app/controllers/hyrax/resource_sync_controller.rb', line 8 def source_description render_from_cache_as_xml(:source_description) end |