# File lib/inflecto.rb, line 97
  def self.foreign_key(input)
    "#{underscore(demodulize(input))}_id"
  end