class Rails::Generators::GeneratedAttribute

def foreign_key?

def foreign_key?
  name.end_with?("_id")
end