Module: MigrationComments::ActiveRecord::ConnectionAdapters::ColumnDefinition
- Defined in:
- lib/migration_comments/active_record/connection_adapters/column_definition.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
3 4 5 |
# File 'lib/migration_comments/active_record/connection_adapters/column_definition.rb', line 3 def comment @comment end |