Module: ActsAsAlly::ClassMethods
- Defined in:
- lib/acts_as_ally.rb
Instance Method Summary collapse
Instance Method Details
#not_all ⇒ Object
15 16 17 |
# File 'lib/acts_as_ally.rb', line 15 def not_all limit([(count * 0.05).to_i, 1].max) end |