Last active
December 19, 2015 21:59
-
-
Save chriskk/6024448 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
/Users/chriskk/apps/APPNAME/vendor/extensions/locations/config/initializers/islands.rb:2: warning: already initialized constant ISLANDS | |
/Users/chriskk/apps/APPNAME/vendor/extensions/business_inquiries/config/initializers/islands.rb:2: warning: previous definition of ISLANDS was here |
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
include Carmen | |
ISLANDS = Country.named('United States').subregions.coded('HI').subregions.collect { |isle| isle.name } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
islands.rb is in both engines