zhaoyan1117/PeakDemand

View on GitHub
app/controllers/announcement_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AnnouncementController < ApplicationController
  def show
  end

  def destroy
  end

  def create
  end

  def update
  end
end