1. 28 Nov, 2019 1 commit
    • Sean McGivern's avatar
      Fix duplicate model find query in UploadsController · 949f4b46
      Sean McGivern authored
      UploadsActions memoizes the result of `#find_model` in `#model`. That
      means that if we call `#find_model` first, we'll run the query twice. As
      `#model` is memoized, we don't need the `before_action` at all anyway.
      949f4b46
  2. 27 Nov, 2019 39 commits