Created
November 13, 2015 10:18
-
-
Save kikyous/d37001709f2e1af4d03c 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
seeds = Seed.search(user_name_eq: 'ivy', created_at_gt: 1.month.ago.at_beginning_of_month, created_at_lt: 1.month.ago.at_end_of_month).result | |
sub = "www.vsat-antenna.com www.tvroantenna.com www.rxonlyantenna.com www.vsatantenna.net www.flyawayantenna.info www.rxantenna.com".split( ) | |
seeds.map{|s| s.site}.select{|s| !s.name.in?(sub) }.map{|s|s.pr}.inject(&:+) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment