Module: Atreides::Schema::TableDefinition
- Defined in:
- lib/atreides/schema.rb
Instance Method Summary collapse
Instance Method Details
#publishable ⇒ Object
34 35 36 37 38 |
# File 'lib/atreides/schema.rb', line 34 def publishable() COLUMNS.each_pair do |column_name, column_type| column(column_name, column_type) end end |