Module: Decidim::Meetings::LinkedResourcesInterface
- Includes:
 - Api::Types::BaseInterface
 
- Defined in:
 - lib/decidim/api/linked_resources_interface.rb
 
Overview
This interface represents all linked resources available in the module meetings
Instance Method Summary collapse
Instance Method Details
#proposals_from_meeting ⇒ Object
      20 21 22  | 
    
      # File 'lib/decidim/api/linked_resources_interface.rb', line 20 def proposals_from_meeting object.linked_resources(:proposals, :proposals_from_meeting) end  |