forgeplus/app/models/weapp_setting.rb

3 lines
91 B
Ruby

class WeappSetting < ApplicationRecord
scope :only_online, -> { where(online: true) }
end