Method: IndexView::Column#title

Defined in:
lib/index_view/column.rb

#titleObject



31
32
33
# File 'lib/index_view/column.rb', line 31

def title
  @title ? @title : human_name
end