Flowdock
method

remove

Importance_1
Ruby on Rails latest stable (v3.2.13) - 0 notes - Class: ActiveRecord::ConnectionAdapters::Table
remove(*column_names) public

Removes the column(s) from the table definition.

Examples
t.remove(:qualification)
t.remove(:qualification, :experience)
Show source
Register or log in to add new notes.