mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 05:16:39 +00:00
replaced Redistat::Model#find alias to #fetch with
#lookup instead to avoid conflicts with ActiveRecord
This commit is contained in:
@@ -18,7 +18,7 @@ module Redistat
|
||||
:till => till
|
||||
}.merge(options.merge(opts)))
|
||||
end
|
||||
alias :find :fetch
|
||||
alias :lookup :fetch
|
||||
|
||||
def hashed_label(boolean = nil)
|
||||
if !boolean.nil?
|
||||
|
||||
Reference in New Issue
Block a user