Method: ActiveRecord::ConnectionAdapters::PostgreSQL::Column#array
- Defined in:
- activerecord/lib/active_record/connection_adapters/postgresql/column.rb
#array ⇒ Object Also known as: array?
37 38 39 |
# File 'activerecord/lib/active_record/connection_adapters/postgresql/column.rb', line 37 def array .sql_type.end_with?("[]") end |