Guest User

Untitled

a guest
Jan 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. def yield_for(content_sym,default = "")
  2. output = content_for(content_sym)
  3. output = default if output.blank?
  4. output
  5. end
Add Comment
Please, Sign In to add comment