rename admin to advanced settings & add help text

closes #163
This commit is contained in:
Adam Cooke
2017-06-02 12:11:19 +01:00
parent a18d344025
commit fda0cfafc6
6 changed files with 80 additions and 54 deletions
-1
View File
@@ -79,7 +79,6 @@ class Server < ApplicationRecord
before_validation(:on => :create) do
self.token = self.token.downcase if self.token
self.outbound_spam_threshold = 3.0 if self.outbound_spam_threshold.blank?
end
after_create do