autocomplete_controller.rb revision b515be3e0a2edc0aa9bf6b0ff078b5c6bce8499c
MIN_LENGTH = 3
if term.length < MIN_LENGTH
@result = []
else
# add scopes
end
# do the search
type: r.class.to_s,
}}
end
end
end