Module: Relay::Concerns::Attachment

Included in:
Pages::Base, Router, Routes::Base
Defined in:
app/concerns/attachment.rb

Instance Method Summary collapse

Instance Method Details

#attachmentObject



3
4
5
6
7
8
9
10
# File 'app/concerns/attachment.rb', line 3

def attachment
  Relay::Attachment.session(
    session:,
    root: Relay.home,
    user: respond_to?(:user) ? user : nil,
    provider: session["provider"]
  )
end