81 82 83 84 85
# File 'lib/model_set/query.rb', line 81 def page if limit @page ||= @offset ? (@offset / limit) : 1 end end