method

human_name

rails latest stable - Class: ActiveRecord::ConnectionAdapters::Column

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

human_name()
public

Returns the human name of the column name.

Examples
Column.new('sales_stage', ...).human_name # => 'Sales stage'