Define Solr::Request first thing, allowing future simplification of the request class definitions

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501319 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-01-30 06:07:43 +00:00
parent 3051e0a8dd
commit 8e82ba6386
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
module Solr; module Request; end; end
require 'solr/request/add_document'
require 'solr/request/base'
require 'solr/request/commit'