Module: Fortschritt::ActiveRecordExtension
- Defined in:
- lib/fortschritt/enumerable.rb
Instance Method Summary collapse
Instance Method Details
#with_fortschritt(**opts, &block) ⇒ Object
17 18 19 20 |
# File 'lib/fortschritt/enumerable.rb', line 17 def with_fortschritt(**opts, &block) Fortschritt.init(count, **opts) block ? find_each(&block) : self end |