method
human_name
v2.2.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::Column
human_name()public
Returns the human name of the column name.
Examples
Column.new('sales_stage', ...).human_name # => 'Sales stage'
human_name()Returns the human name of the column name.
Column.new('sales_stage', ...).human_name # => 'Sales stage'