Module: Postshift
- Defined in:
- lib/postshift.rb,
lib/postshift/schema.rb,
lib/postshift/version.rb
Defined Under Namespace
Modules: Schema
Classes: Railtie
Constant Summary
collapse
- VERSION =
'0.2.0'
Class Method Summary
collapse
Class Method Details
.connection ⇒ Object
15
16
17
|
# File 'lib/postshift.rb', line 15
def self.connection
adapter.respond_to?(:raw_connection) ? adapter.raw_connection : nil
end
|
.root ⇒ Object
11
12
13
|
# File 'lib/postshift.rb', line 11
def self.root
File.dirname __dir__
end
|