lib/active_set/processors/paginate/enumerable_adapter.rb in activeset-0.3.0 vs lib/active_set/processors/paginate/enumerable_adapter.rb in activeset-0.3.1

- old
+ new

@@ -11,14 +11,14 @@ end private def pagesize - @value + @instruction.value end def page_number - @structure_path.attribute.to_i + @instruction.attribute.to_i end end end end