Guest User

Untitled

a guest
Jul 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. named_scope :with_topic, lambda { |t|
  2. {
  3. :include => :topics,
  4. :conditions => ["campaigns_topics.topic_id = ?", t.id]
  5. }
  6. }
Add Comment
Please, Sign In to add comment