method
initialize_copy
v6.1.3.1 -
Show latest stable
- Class:
Arel::SelectManager
initialize_copy(other)public
No documentation available.
# File activerecord/lib/arel/select_manager.rb, line 16
def initialize_copy(other)
super
@ctx = @ast.cores.last
end