Object
An abstract definition of a column in a table.
# File lib/gettext_activerecord/schema_definitions.rb, line 18 18: def human_name_with_gettext_activerecord 19: if table_class 20: table_class.human_attribute_name(@name) 21: else 22: @name.humanize 23: end 24: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.