Class: Decidim::Debates::DebatesMutationType
- Inherits:
-
Core::ComponentType
- Object
- Core::ComponentType
- Decidim::Debates::DebatesMutationType
- Defined in:
- lib/decidim/api/mutations/debates_mutation_type.rb
Instance Method Summary collapse
Instance Method Details
#debate(id:) ⇒ Object
13 14 15 |
# File 'lib/decidim/api/mutations/debates_mutation_type.rb', line 13 def debate(id:) collection.find(id) end |