🟪 Heroku - Clearing Rails Cache
Clearing Rails Cache
Updated at 2015-08-08 15: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