Module: Thredded::PostAttachments::PostViewAttributes

Extended by:
ActiveSupport::Concern
Defined in:
lib/thredded/post_attachments.rb

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



88
89
90
91
92
# File 'lib/thredded/post_attachments.rb', line 88

def self.prepended(base)
  base.class_eval do
    delegate :attachment, to: :@post
  end
end