if action.nil?
        "You need the #{ability.name} ability to do this." \
        "See /abilities/#{ability.internal_id} for more information."
      else
        "You need the #{ability.name} ability to #{action}." \