Class: Decidim::AttachmentPresenter
- Inherits:
 - 
      SimpleDelegator
      
        
- Object
 - SimpleDelegator
 - Decidim::AttachmentPresenter
 
 
- Defined in:
 - app/presenters/decidim/attachment_presenter.rb
 
Overview
Decorator for attachments
Instance Method Summary collapse
Instance Method Details
#attachment ⇒ Object
      12 13 14  | 
    
      # File 'app/presenters/decidim/attachment_presenter.rb', line 12 def __getobj__ end  | 
  
#attachment_file_url ⇒ Object
      8 9 10  | 
    
      # File 'app/presenters/decidim/attachment_presenter.rb', line 8 def .attached_uploader(:file).url(host: attached_to.organization.host) end  |