forgeplus/app/models/weapp_setting.rb

3 lines
91 B
Ruby
Raw Normal View History

2020-03-09 00:40:16 +08:00
class WeappSetting < ApplicationRecord
scope :only_online, -> { where(online: true) }
end