-
Jon Dufresne authored
The "id" word is not capitalized. Observe: irb(main):001:0> ActiveSupport::Inflector.humanize('author_id', keep_id_suffix: true) => "Author id"
Jon Dufresne authoredThe "id" word is not capitalized. Observe: irb(main):001:0> ActiveSupport::Inflector.humanize('author_id', keep_id_suffix: true) => "Author id"
Loading