forked from External/greenlight
GRN2-xx: Removed readonly maintenance mode (#699)
* Removed readonly maintenance mode * Removed full reference
This commit is contained in:
committed by
Jesus Federico
parent
0b64acaecf
commit
403a7c4e40
@ -22,8 +22,4 @@ class ApplicationRecord < ActiveRecord::Base
|
||||
def to_param
|
||||
uid
|
||||
end
|
||||
|
||||
def readonly?
|
||||
ENV["MAINTENANCE_MODE"] == "readonly"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user