Sha256: 95e9f67be427c036436317871843dafe1c38f83d02ddb3c57084e57acdae11ad
Contents?: true
Size: 913 Bytes
Versions: 2
Compression:
Stored size: 913 Bytes
Contents
# Author:: Couchbase <info@couchbase.com> # Copyright:: 2012 Couchbase, Inc. # License:: Apache License, Version 2.0 # # Licensed 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. # require 'couchbase/model' # If we are using Rails then we will include the Couchbase railtie. if defined?(Rails) require "couchbase/railtie" class Couchbase::Model extend ActiveModel::Naming include ActiveModel::Conversion end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
couchbase-model-0.3.1 | lib/couchbase-model.rb |
couchbase-model-0.3.0 | lib/couchbase-model.rb |