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