projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make diary locations into a link and drop the separate view link
[rails.git]
/
vendor
/
gems
/
composite_primary_keys-2.2.2
/
lib
/
adapter_helper
/
oracle.rb
1
require File.join(File.dirname(__FILE__), 'base')
2
3
module AdapterHelper
4
class Oracle < Base
5
class << self
6
def load_connection_from_env
7
spec = super('oracle')
8
spec
9
end
10
end
11
end
12
end