module Postshift
Constants
- VERSION
Public Class Methods
connection()
click to toggle source
# File lib/postshift.rb, line 15 def self.connection adapter.respond_to?(:raw_connection) ? adapter.raw_connection : nil end
root()
click to toggle source
# File lib/postshift.rb, line 11 def self.root File.dirname __dir__ end