Method: Arel::Table#skip

Defined in:
activerecord/lib/arel/table.rb

#skip(amount) ⇒ Object

[View source]

74
75
76
# File 'activerecord/lib/arel/table.rb', line 74

def skip(amount)
  from.skip amount
end