增加weap_setting

This commit is contained in:
sylor_huang@126.com 2020-04-23 11:13:24 +08:00
parent 620c8754d4
commit 279521289e
1 changed files with 3 additions and 0 deletions

View File

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