forked from jasder/forgeplus
3 lines
91 B
Ruby
3 lines
91 B
Ruby
|
class WeappSetting < ApplicationRecord
|
||
|
scope :only_online, -> { where(online: true) }
|
||
|
end
|