Class: ActiveRecord::ConnectionAdapters::Table
- Inherits:
-
Object
- Object
- ActiveRecord::ConnectionAdapters::Table
- Defined in:
- lib/ensured_schema/table.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#column_exists?(column_name, type = nil, options = {}) ⇒ Boolean
5 6 7 |
# File 'lib/ensured_schema/table.rb', line 5 def column_exists?(column_name, type = nil, = {}) @base.column_exists?(@table_name, column_name, type, ) end |