Class: Msg::EnvelopesController

Inherits:
EngineController show all
Defined in:
app/controllers/msg/envelopes_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject

envelopes#show is pinged when a message is opened.



10
11
12
13
# File 'app/controllers/msg/envelopes_controller.rb', line 10

def show
  @envelope.open!
  redirect_to view_context.image_path('msg/ping.png')
end