Heres what I\'m trying to accomplish:
You want to use the magic method find_or_create_by
find_or_create_by
def check_exists tag = Tag.find_or_create_by_name_and_user_id(:name => self.name, :user_id => current_user.id) end
Check out the ActiveRecord::Base docs for more info