Created
February 8, 2012 22:47
-
-
Save BDQ/1775082 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
| class RailsdogRadio::Configuration < Spree::Preferences::Configuration | |
| preference :homepage_groups, :default => '' | |
| end | |
| RailsdogRadio::Config = RailsdogRadio::Configuration.new | |
| RailsdogRadio::Config.homepage_groups = 'Slingbox,Satellite Radios,Boomboxes,Accessories,Internet Radios,Vehicle Installation' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment