Skip to content

Instantly share code, notes, and snippets.

@pablo-co
Last active November 4, 2022 17:28
Show Gist options
  • Select an option

  • Save pablo-co/522fc31001d14dda68d689d01470cb52 to your computer and use it in GitHub Desktop.

Select an option

Save pablo-co/522fc31001d14dda68d689d01470cb52 to your computer and use it in GitHub Desktop.
Publish all theme templatings
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