aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations/operations/take.rb
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2009-05-17 16:20:40 -0400
committerBryan Helmkamp <bryan@brynary.com>2009-05-17 16:20:40 -0400
commitdc7b51883b1cc8ad7e525b7315fb575ae77a5b3d (patch)
tree97f5e4d55baa45f9805eb36a2196bcc12094ae3a /lib/arel/algebra/relations/operations/take.rb
parent19b2af181009acfcb24d156ca350c148630e6787 (diff)
downloadrails-dc7b51883b1cc8ad7e525b7315fb575ae77a5b3d.tar.gz
rails-dc7b51883b1cc8ad7e525b7315fb575ae77a5b3d.tar.bz2
rails-dc7b51883b1cc8ad7e525b7315fb575ae77a5b3d.zip
Whitespace
Diffstat (limited to 'lib/arel/algebra/relations/operations/take.rb')
-rw-r--r--lib/arel/algebra/relations/operations/take.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/arel/algebra/relations/operations/take.rb b/lib/arel/algebra/relations/operations/take.rb
index 2fd3fdf635..eb32ec492e 100644
--- a/lib/arel/algebra/relations/operations/take.rb
+++ b/lib/arel/algebra/relations/operations/take.rb
@@ -2,9 +2,9 @@ module Arel
class Take < Compound
attributes :relation, :taken
deriving :initialize, :==
-
+
def externalizable?
true
end
end
-end \ No newline at end of file
+end