aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/extract.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-12-06 23:22:28 +1030
committerGitHub <noreply@github.com>2017-12-06 23:22:28 +1030
commitaa11ad9129b65e637c05cc4b26a2cbbff6f143c2 (patch)
tree95e60e1280aec63222856ef4e494947eb0913092 /lib/arel/nodes/extract.rb
parent5f25b0aa7fafc1a91605117f8bce700466e0d663 (diff)
parentff53df96875de84ee02895772b59448f35a5a0c2 (diff)
downloadrails-aa11ad9129b65e637c05cc4b26a2cbbff6f143c2.tar.gz
rails-aa11ad9129b65e637c05cc4b26a2cbbff6f143c2.tar.bz2
rails-aa11ad9129b65e637c05cc4b26a2cbbff6f143c2.zip
Merge pull request #449 from kbrock/expr_node
Introduce Expression Node
Diffstat (limited to 'lib/arel/nodes/extract.rb')
-rw-r--r--lib/arel/nodes/extract.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/arel/nodes/extract.rb b/lib/arel/nodes/extract.rb
index 4e797b6770..fdf3004c6a 100644
--- a/lib/arel/nodes/extract.rb
+++ b/lib/arel/nodes/extract.rb
@@ -2,9 +2,6 @@
module Arel
module Nodes
class Extract < Arel::Nodes::Unary
- include Arel::AliasPredication
- include Arel::Predications
-
attr_accessor :field
def initialize expr, field