Skip to content

Instantly share code, notes, and snippets.

@martennilsson
Created February 9, 2012 10:57
Show Gist options
  • Save martennilsson/1779276 to your computer and use it in GitHub Desktop.
Save martennilsson/1779276 to your computer and use it in GitHub Desktop.
def verified
source.try(:verified)
end
delegate :verified, :to => :source, :allow_nil => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment