Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
paperclip | ||
support | ||
database.yml | ||
spec_helper.rb |
* 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
Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
paperclip | Loading commit data... | |
support | Loading commit data... | |
database.yml | Loading commit data... | |
spec_helper.rb | Loading commit data... |