method

able_to_type_cast?

rails latest stable - Class: Arel::Nodes::TableAlias
able_to_type_cast?()
public

No documentation available.

# File activerecord/lib/arel/nodes/table_alias.rb, line 26
      def able_to_type_cast?
        relation.respond_to?(:able_to_type_cast?) && relation.able_to_type_cast?
      end