Browse Source

Fix import name

pull/863/head
baarkerlounger 3 years ago
parent
commit
57faa6cd0c
  1. 2
      app/controllers/organisations_controller.rb

2
app/controllers/organisations_controller.rb

@ -1,6 +1,6 @@
class OrganisationsController < ApplicationController
include Pagy::Backend
include Modules::LettingsLogsFilter
include Modules::LogsFilter
include Modules::SearchFilter
before_action :authenticate_user!

Loading…
Cancel
Save