Created
March 2, 2011 21:53
-
-
Save andrewroth/851827 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
Feature::SLOTS[:basement].split(" ").each do |slug| | |
Feature.find_or_create_by_featured_type_and_slot("Product", slug) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment