Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 3, 2011 22:11
Show Gist options
  • Select an option

  • Save meltzerj/900876 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/900876 to your computer and use it in GitHub Desktop.
#application_helper
def setup_video(video)
returning(video) do |v|
v.comment_titles.build if v.comment_titles.empty?
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment