An error occurred fetching the project authors.
  1. 05 Mar, 2019 1 commit
  2. 24 Dec, 2018 1 commit
  3. 08 Nov, 2018 4 commits
  4. 01 Nov, 2018 3 commits
    • Thong Kuah's avatar
      Use polymorphic_paths where we can · fec21f55
      Thong Kuah authored
      To reduce the number of abstract methods, use polymorphic_paths for
      collection routes. Unfortunately for member routes, polymorphic_paths
      does not support namespaced classes, so still continue to override
      methods.
      fec21f55
    • Thong Kuah's avatar
      Add missing specs for Presenter · 3e7d4831
      Thong Kuah authored
      Also add missing interface in abstract class.
      3e7d4831
    • Thong Kuah's avatar
      Move view and path concerns to presenters · 1163b235
      Thong Kuah authored
      - Move show path for cluster to ClusterPresenter
      
      - Create ClusterablePresenter to encapsulate logic. Consolidates
      scattered methods from BaseController and ClustersHelper into an object.
      1163b235