增加weap_setting
This commit is contained in:
parent
620c8754d4
commit
279521289e
|
@ -0,0 +1,3 @@
|
|||
class WeappSetting < ApplicationRecord
|
||||
scope :only_online, -> { where(online: true) }
|
||||
end
|
Loading…
Reference in New Issue