Sha256: a94c428a1c16c8db559bd4531659feacb392b5b4d2c34e49435b59d75f9385c8

Contents?: true

Size: 172 Bytes

Versions: 3

Compression:

Stored size: 172 Bytes

Contents

module Peoplefinder
  class SearchController < ApplicationController
    def index
      @people = Person.fuzzy_search(params[:query]).records.limit(100)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
peoplefinder-0.1.1 app/controllers/peoplefinder/search_controller.rb
peoplefinder-0.1.0 app/controllers/peoplefinder/search_controller.rb
peoplefinder-0.0.2 app/controllers/peoplefinder/search_controller.rb