module Api
    module V1
      class PortMappingsController < Atmosphere::Api::ApplicationController
        load_and_authorize_resource :port_mapping,
          class: 'Atmosphere::PortMapping'