Heroku - Clearing Rails Cache
Updated at 2015-08-08 12:06
# Clears temporary directory and all gems should extend this.
heroku run console -a <HEROKU_APP>
Rails.cache.clear
# Clears temporary directory and all gems should extend this.
heroku run console -a <HEROKU_APP>
Rails.cache.clear