Sha256: 81615ebd301a4644bdbd61b557bb5ef44962cc5eaaea896d71769da49be79f1d
Contents?: true
Size: 227 Bytes
Versions: 61
Compression:
Stored size: 227 Bytes
Contents
module CouchRestAdapter class Railtie < Rails::Railtie initializer "Include your code in the controller" do ActiveSupport.on_load(:action_controller) do include CouchRestAdapter end end end end
Version data entries
61 entries across 61 versions & 2 rubygems