Closed rsmml closed 4 years ago
Somehow the MetaTagsHelper where giving me an error on my local environment, but not on Production (heroku). I just added include MetaTagsHelper on the applications_controller.rb and now it works locally.
include MetaTagsHelper
Somehow the MetaTagsHelper where giving me an error on my local environment, but not on Production (heroku). I just added
include MetaTagsHelper
on the applications_controller.rb and now it works locally.