From 4bddbd8363ecdc3b3d85147889c7f6dbfadf06b5 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Tue, 22 May 2007 18:28:09 +0000 Subject: [PATCH] add simile_helper to avoid warning in logs git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540683 13f79535-47bb-0310-9956-ffa450edef68 --- client/ruby/flare/app/helpers/simile_helper.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 client/ruby/flare/app/helpers/simile_helper.rb diff --git a/client/ruby/flare/app/helpers/simile_helper.rb b/client/ruby/flare/app/helpers/simile_helper.rb new file mode 100755 index 00000000000..716d34979f6 --- /dev/null +++ b/client/ruby/flare/app/helpers/simile_helper.rb @@ -0,0 +1,14 @@ +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +module SimileHelper +end \ No newline at end of file