Class: PostmanMta::DomainsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/postman_mta/domains_controller.rb

Constant Summary

Constants inherited from ApplicationController

ApplicationController::MODULES

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
# File 'app/controllers/postman_mta/domains_controller.rb', line 3

def index
  render domain.index(permitted_params)
end