Class: PostmanMta::MessagesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Metal
- ApplicationController
- PostmanMta::MessagesController
- Defined in:
- app/controllers/postman_mta/messages_controller.rb
Constant Summary
Constants inherited from ApplicationController
ApplicationController::MODULES
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
7 8 9 |
# File 'app/controllers/postman_mta/messages_controller.rb', line 7 def create render .create() end |
#show ⇒ Object
3 4 5 |
# File 'app/controllers/postman_mta/messages_controller.rb', line 3 def show render .find(params[:token]) end |