Created
April 2, 2013 19:12
-
-
Save kenmazaika/5295257 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
| irb(main):027:0> s = AdDistribution.reflect_on_association(:publisher_points).klass.instance_exec(&AdDistribution.reflect_on_association(:publisher_points).scope) | |
| AdDistributionPoint Load (0.3ms) SELECT `ad_distribution_points`.* FROM `ad_distribution_points` WHERE (publisher_id IS NOT NULL) | |
| => #<ActiveRecord::Relation []> | |
| irb(main):028:0> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment