• Stan Hu's avatar
    Handle invalid project ID in reply-by-email · da6bd2eb
    Stan Hu authored
    When an invalid project ID were supplied, the reply processor would
    quietly fail with an error:
    
    ```
    undefined method `full_path_slug' for nil:NilClass
    ```
    
    This commit checks for a nil Project and ensures the proper exception is
    thrown.
    
    Changelog: fixed
    da6bd2eb
reply_processing.rb 2.98 KB