From 441108def87093984b0ea259b63b16ec8b6b6a7a Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 18 Dec 2014 16:03:19 +0100 Subject: [PATCH] Fixed doc format. --- app/controllers/users_controller.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index b9b0ce01f..107bbe3c6 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -250,10 +250,10 @@ class UsersController < ApplicationController # be able to search Users. If requester is only in the # role 'Customer' he gets a permission denied message. # - # @parameter term [String] The search term. - # @parameter limit [Integer] The limit of search results. + # @parameter term [String] The search term. + # @parameter limit [Integer] The limit of search results. # @parameter role_ids(multi) [Array] A list of Role identifiers to which the Users have to be allocated to. - # @parameter full [Boolean] Defines if the result should be + # @parameter full [Boolean] Defines if the result should be # true: { user_ids => [1,2,...], assets => {...} } # or false: [{:id => user.id, :label => "firstname lastname ", :value => "firstname lastname "},...]. #