Skip to content

Instantly share code, notes, and snippets.

@sunitparekh
Created April 25, 2014 10:06
Show Gist options
  • Save sunitparekh/11284376 to your computer and use it in GitHub Desktop.
Save sunitparekh/11284376 to your computer and use it in GitHub Desktop.
module SoupCMS
module Core
module Recipe
class Inline
def initialize(recipe_hash, page_module)
@recipe_hash = recipe_hash
@page_module = page_module
end
def execute
@recipe_hash['data']
end
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment