• Brett Walker's avatar
    Convert usage of hardcoded namespace types · 0a626e83
    Brett Walker authored
    into their STI equivalent names.  For example,
    `type: 'Group'` would become `type: Group.sti_name`
    
    This is because we are now overriding the STI name for namespaces.  So
    we should really use those values rather than hardcoding them.
    0a626e83
cache_file.rb 706 Bytes