Skip to content

Commit

Permalink
Add socket option
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Usewicz <piotr@layer22.com>
  • Loading branch information
Paweł Kondzior authored and pusewicz committed Jan 12, 2009
1 parent 52377c1 commit ffe6246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rails_sequel/rails_sequel.rb
Expand Up @@ -32,6 +32,7 @@ def self.options
options[:database] = config[:database] || "hey_dude_configure_your_database"
# MSSQL support
options[:db_type] = config[:db_type] if config[:db_type]
options[:socket] = config[:socket] if config[:socket]
options[:loggers] = [Rails.logger]
options
end
Expand Down

0 comments on commit ffe6246

Please sign in to comment.