Class: Hyrax::StatsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Hyrax::StatsController
- Includes:
- Breadcrumbs, SingularSubresourceController
- Defined in:
- app/controllers/hyrax/stats_controller.rb
Instance Method Summary collapse
Methods included from Breadcrumbs
#build_breadcrumbs, #default_trail, #trail_from_referer
Methods included from SingularSubresourceController
Methods included from DenyAccessOverrideBehavior
Instance Method Details
#file ⇒ Object
12 13 14 |
# File 'app/controllers/hyrax/stats_controller.rb', line 12 def file @stats = Hyrax::FileUsage.new(params[:id]) end |
#work ⇒ Object
8 9 10 |
# File 'app/controllers/hyrax/stats_controller.rb', line 8 def work @stats = Hyrax::WorkUsage.new(params[:id]) end |