Class: Decidim::UserTimelineController
- Inherits:
-
ApplicationController
- Object
- DecidimController
- ApplicationController
- Decidim::UserTimelineController
- Includes:
- FilterResource, Paginable, UserGroups
- Defined in:
- app/controllers/decidim/user_timeline_controller.rb
Overview
The controller to show all the last activities in a Decidim Organization.
Constant Summary
Constants included from Paginable
Instance Method Summary collapse
Methods included from UserGroups
Methods included from NeedsSnippets
Methods included from HttpCachingDisabler
Methods included from RegistersPermissions
Methods included from NeedsOrganization
enhance_controller, extended, included
Instance Method Details
#index ⇒ Object
13 14 15 |
# File 'app/controllers/decidim/user_timeline_controller.rb', line 13 def index raise ActionController::RoutingError, "Not Found" if current_user != user end |