kpumuk / meta-tags

Search Engine Optimization (SEO) for Ruby on Rails applications.
MIT License
2.73k stars 275 forks source link

Call #to_s on title in #normalize_title. #41

Closed Flink closed 10 years ago

Flink commented 11 years ago

This is to ensure to have a string object that works as expected with the Array() call.

kpumuk commented 10 years ago

This will break the usecase when title is an array itself