typo
This commit is contained in:
parent
b1ae94db1a
commit
cc69aa098e
|
|
@ -7,7 +7,7 @@ module JamRuby
|
|||
self.table_name = "arses"
|
||||
@@log = Logging.logger[Ars]
|
||||
|
||||
def active_arses(beta)
|
||||
def self.active_arses(beta)
|
||||
Ars.where(active: true, beta: beta).where('ip is not NULL').where("ip != ''").all
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue