Class: Decidim::Gamification::BadgesController
- Inherits:
-
ApplicationController
- Object
- DecidimController
- ApplicationController
- Decidim::Gamification::BadgesController
- Defined in:
- app/controllers/decidim/gamification/badges_controller.rb
Instance Method Summary collapse
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
6 7 8 |
# File 'app/controllers/decidim/gamification/badges_controller.rb', line 6 def index @badges = Decidim::Gamification.badges.sort_by(&:name) end |