module Calibre
Constants
- VERSION
Public Class Methods
db=(calibre_db)
click to toggle source
# File lib/calibre.rb, line 16 def self.db=(calibre_db) ActiveRecord::Base.establish_connection(adapter: 'sqlite3', database: calibre_db) end