From d25e133b1312069acc26635f4185dd8767fa96b0 Mon Sep 17 00:00:00 2001 From: echarp Date: Fri, 28 Oct 2016 11:48:44 +0200 Subject: [PATCH] Organisations can also be searched using near/distance filters --- app/controllers/orgas_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/orgas_controller.rb b/app/controllers/orgas_controller.rb index 042e5b58..75c59c7a 100644 --- a/app/controllers/orgas_controller.rb +++ b/app/controllers/orgas_controller.rb @@ -1,6 +1,7 @@ # Groups life cycle class OrgasController < ApplicationController has_scope :region + has_scope :near, type: :hash, using: [:location, :distance] before_action :set_orga, except: [:index, :new, :create] before_action :set_mailer_host