Skip to content

Instantly share code, notes, and snippets.

@cesarfigueroa
Created March 15, 2014 19:56
Show Gist options
  • Save cesarfigueroa/9573004 to your computer and use it in GitHub Desktop.
Save cesarfigueroa/9573004 to your computer and use it in GitHub Desktop.
ActiveRecord ownership helper
def owns?(object)
object.respond_to?(:user_id) && object.user_id == self.id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment