Skip to content

Instantly share code, notes, and snippets.

View autotelik's full-sized avatar

tom statter autotelik

View GitHub Profile
@autotelik
autotelik / gist:4153105
Created November 27, 2012 08:18
Notes on adding Refinery CMS engine to Spree
p = Product.seed( :name ) do |s|
s.name = <%= @name %>
s.available_on = ''
s.meta_keywords = ['training', 'training']
s.meta_description = ""
s.description = '<%= @description %>'
s.price = 0.00
s.sku = '<%= @sku %>'
end