class LocationSearchForm
Public Instance Methods
Source
# File app/forms/location_search_form.rb, line 7 def apply(scope) scope = filter_phase(scope) scope = filter_name(scope) scope.order_by_name end
# File app/forms/location_search_form.rb, line 7 def apply(scope) scope = filter_phase(scope) scope = filter_name(scope) scope.order_by_name end