Good day, could you give me a hand with this problem:
I added to my store_controller
cashes_page :index
application.rb
config.action_controller.perform_caching = true
application_controller.rb
include ActionController::Caching
And i get undefined method 'cashes_page' for StoreController:Class
Its not cashes_page :index