GRN2-xx: Removed readonly maintenance mode (#699)

* Removed readonly maintenance mode

* Removed full reference
This commit is contained in:
farhatahmad
2019-07-29 10:23:18 -04:00
committed by Jesus Federico
parent 0b64acaecf
commit 403a7c4e40
7 changed files with 12 additions and 46 deletions

View File

@ -22,8 +22,4 @@ class ApplicationRecord < ActiveRecord::Base
def to_param
uid
end
def readonly?
ENV["MAINTENANCE_MODE"] == "readonly"
end
end