75 76 77 78 79
# File 'lib/model_set/query.rb', line 75 def offset if limit @offset ||= @page ? (@page - 1) * limit : 0 end end