Sha256: 74027d8456ef41f24dece16bcdac8f49efcaec38cf589c9298b6dbbb727ce71b

Contents?: true

Size: 782 Bytes

Versions: 1

Compression:

Stored size: 782 Bytes

Contents

begin
  require 'will_paginate'
rescue LoadError => e
  $stderr.puts %(
  *************************************************************************************************
  * gem will_paginate is missing                                                                  *
  *************************************************************************************************
  )
end

module Exception2db
  class E2db < ActiveRecord::Base
    #
  end
end

if Rails.version >= '3.0'
  require 'exception2db/railtie'
else
  raise "Please see documentation at http://github.com/neerajdotname/exception2db to find out how to use this gem with rails 2.3.x"
end

require 'exception2db/config.rb'
require 'exception2db/util.rb'
require 'rexml/document'

Exception2dbConfig.initialize_defaults

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exception2db-0.0.1 lib/exception2db.rb