Created
October 1, 2010 16:32
-
-
Save mcculloughsean/606447 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
["Apparel - Women's", "Home & Garden", "Apparel - Men's", | |
"Jewelry & Watches", "Baby, Kids & Toy", "Kitchen & Cooking", "Books & Magazine", | |
"Music, DVDs & Video", "Computers & Software", "Office Supply", "Department Stores", | |
"Pet Supply", "Electronics", "Shoes", "Flowers & Gifts", "Sports & Recreation", "Food & Wine", | |
"Tools & Automotive", "Health & Beauty", "Travel & Luggage", "Entertainment", "Daily Deals"]. | |
CATEGORIES = { | |
'Art, Craft & Supplies' => Category.find_by_name(''), | |
'Arts & Entertainment' => Category.find_by_name(''), | |
'Automotive' => Category.find_by_name(''), | |
'Beauty & Spas' => Category.find_by_name(''), | |
'Classes & Workshops' => Category.find_by_name(''), | |
'Clothing & Accessories' => Category.find_by_name(''), | |
'Dance' => Category.find_by_name(''), | |
'Dental' => Category.find_by_name(''), | |
'Education & Training' => Category.find_by_name(''), | |
'Food & Drink' => Category.find_by_name(''), | |
'Fitness & Nutrition' => Category.find_by_name(''), | |
'Floral' => Category.find_by_name(''), | |
'Fun & Adventure' => Category.find_by_name(''), | |
'Home Products & Services' => Category.find_by_name(''), | |
'Health & Medical' => Category.find_by_name('Health & Beauty'), | |
'Kids' => Category.find_by_name(''), | |
'Massage' => Category.find_by_name('Health & Beauty'), | |
'Museums' => Category.find_by_name(''), | |
'Personal Assistance' => Category.find_by_name('Health & Beauty'), | |
'Pets' => Category.find_by_name(''), | |
'Photography & Photo Services' => Category.find_by_name(''), | |
'Sporting Events' => Category.find_by_name('Sports & Recreation'), | |
'Sports & Recreation' => Category.find_by_name('Sports & Recreation'), | |
'Tours & Attractions' => Category.find_by_name('Travel & Luggage'), | |
'Trade Shows & Expos' => Category.find_by_name(''), | |
'Travel and Hospitality' => Category.find_by_name('Travel & Luggage'), | |
'Other' => nil | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment