Skip to content

Instantly share code, notes, and snippets.

@alexandru-calinoiu
Last active December 25, 2015 03:58
Show Gist options
  • Save alexandru-calinoiu/6913190 to your computer and use it in GitHub Desktop.
Save alexandru-calinoiu/6913190 to your computer and use it in GitHub Desktop.
module UserFinders
extend ActiveSupport::Concern
def find_user_application(token)
user_applications.without(:application_errors).find(token)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment