Module: Decidim::AccountHelper
- Defined in:
 - app/helpers/decidim/account_helper.rb
 
Instance Method Summary collapse
Instance Method Details
#has_authorizations? ⇒ Boolean
      5 6 7  | 
    
      # File 'app/helpers/decidim/account_helper.rb', line 5 def Authorization.where(user: current_user).any? end  |