notebook/app/controllers/emergency_controller.rb
Andrew Brown f348b462c6 includes
2018-01-18 22:43:21 -06:00

5 lines
87 B
Ruby

class EmergencyController < ApplicationController
def temporarily_disabled
end
end