module ActiveRedis::ActiveRedisClassMethods
Attributes
is_using_sunspot[RW]
param_attribute[RW]
Public Instance Methods
add_sunspot_hooks()
click to toggle source
# File lib/active-redis.rb, line 78 def add_sunspot_hooks @is_using_sunspot = true end
param_attribute_property(property)
click to toggle source
# File lib/active-redis.rb, line 74 def param_attribute_property(property) @param_attribute = property end