精简model/controllers/views

This commit is contained in:
sylor_huang@126.com
2020-04-23 11:08:29 +08:00
parent 4f343c7967
commit 620c8754d4
166 changed files with 52 additions and 7743 deletions

View File

@@ -1,3 +0,0 @@
class WeappSetting < ApplicationRecord
scope :only_online, -> { where(online: true) }
end