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