Parent

ActiveRecord::ConnectionAdapters::Column

An abstract definition of a column in a table.

Attributes

table_class[RW]

Public Instance Methods

human_name_with_gettext_activerecord() click to toggle source
# File lib/gettext_activerecord/schema_definitions.rb, line 18
def human_name_with_gettext_activerecord
  if table_class
    table_class.human_attribute_name(@name)
  else
    @name.humanize
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.