module Api::V1::Parks class AlertsController < BaseController before_action :set_park def index render json: @park.alerts end end end