Skip to content

Instantly share code, notes, and snippets.

@1dolinski
Created September 8, 2013 02:51
Show Gist options
  • Save 1dolinski/6481457 to your computer and use it in GitHub Desktop.
Save 1dolinski/6481457 to your computer and use it in GitHub Desktop.
def self.build_from(obj, user_id, comment)
new \ # what is this \ doing here?
:commentable => obj,
:body => comment,
:user_id => user_id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment