Method: ActiveRecord::ConnectionAdapters::Column#comment
- Defined in:
- activerecord/lib/active_record/connection_adapters/column.rb
#comment ⇒ Object (readonly)
Returns the value of attribute comment.
10 11 12 |
# File 'activerecord/lib/active_record/connection_adapters/column.rb', line 10 def comment @comment end |