Last active
February 13, 2017 21:11
-
-
Save tarynsauer/7620f0d3f91839b44cf8d7001b29572a to your computer and use it in GitHub Desktop.
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
content = { | |
active: true, | |
display_promo: "false", | |
hero_bg: "https://s3.amazonaws.com/raise-cdn/marketing/shop-lp/shop_merchants_vday_desktop.jpg", | |
img_element: "", | |
title: "Valentine's Deals", | |
subtitle: "Save on everything you love with Raise." | |
} | |
c = Cms::LandingPage.new('shop') | |
c.save_page('merchants', content) | |
c.get_page('merchants') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment