Method: Fatboy::Popularity#initialize
- Defined in:
- lib/fatboy/popularity.rb
#initialize(model, redis) ⇒ Popularity
We always pass in a redis
8 9 10 11 |
# File 'lib/fatboy/popularity.rb', line 8 def initialize(model, redis) @redis = redis @model_name = model.to_s end |