Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iram-shehzadi committed Feb 20, 2024
1 parent 08e3bcd commit 920cb55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/super_admin/organisations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ class SuperAdmin::OrganisationsController < SuperAdminController
helper_method :sort_column, :sort_direction
before_action :set_organisation, only: %i[show destroy toggle_cba_feature]

before_action :set_organisation, only: %i[toggle_cba_feature]

def index
@organisations = Organisation.sortable_with_child_counts(sort_column, sort_direction)
@location_count = Location.count
Expand Down

0 comments on commit 920cb55

Please sign in to comment.