Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. module PlacementHelper
  2. def horizontal_divider_ad_object
  3. horizontal_divider_str = '──────────────────────────────────────────'
  4. [AdTag.new(name: horizontal_divider_str)]
  5. end
  6.  
  7. def all_other_tags
  8. AdTag.where.not(website_id: website.id).uniq(&:name).to_a
  9. end
  10. end
Add Comment
Please, Sign In to add comment