Last active
November 4, 2022 17:28
-
-
Save pablo-co/522fc31001d14dda68d689d01470cb52 to your computer and use it in GitHub Desktop.
Publish all theme templatings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| THEME = Theme.find("92a77eb4-f904-4b16-badb-131245fa8af6");0 | |
| ActiveRecord::Base.transaction do | |
| THEME.render_theme_templatings.each do |rt| | |
| rt.update_template_body! | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment