Files
national-parks-api/app/controllers/api/v1/parks/alerts_controller.rb

5 lines
74 B
Ruby

module Api::V1::Parks
class AlertsController < BaseController
end
end