Class: ActiveRecord::ConnectionAdapters::TableDefinition
- Inherits:
-
Object
- Object
- ActiveRecord::ConnectionAdapters::TableDefinition
- Defined in:
- lib/postgresql-cube/type.rb
Instance Method Summary collapse
Instance Method Details
#cube(name, options = {}) ⇒ Object
57 58 59 |
# File 'lib/postgresql-cube/type.rb', line 57 def cube(name, = {}) column(name, 'cube', ) end |