The limit and offset for this association (returned as a two element array).
446 447 448 449 450 451 452
# File 'lib/sequel/model/associations.rb', line 446 def limit_and_offset if (v = self[:limit]).is_a?(Array) v else [v, nil] end end