paperclip.rake
4.57 KB
-
replaced 3 if-not-blank checks with if-present checks (#2230) · 2db36782
* replaced if-not-blank with if-present an instance of code was testing presence via `!a.blank?`. this is now replaced with a more readable version: `a.present?` * replaced 2 if-not-blank checks with if-present checks * temporarily restrict travis * reverted travis changes * readded whitespace
S. Humza Shah committed