• Mark Chao's avatar
    ES: Fix snippet search · e0e399c4
    Mark Chao authored
    Ensure snippet STI subclasses to share the same `snippet` type,
    to fix admin not ablet to find any snippet due to type being
    `project_snippet`.
    
    Filter non-admin search also by type so other models won't be searched
    by accident in the future.
    e0e399c4
snippet_class_proxy.rb 1.93 KB