I hereby claim:
- I am skiningham on github.
- I am skiningham (https://keybase.io/skiningham) on keybase.
- I have a public key whose fingerprint is D915 8727 CC4F B482 4601 149C 69C5 5CBB 7001 C7E3
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| begin | |
| require "bundler/inline" | |
| rescue LoadError => e | |
| $stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
| raise e | |
| end | |
| gemfile(true) do | |
| source "https://rubygems.org" | |
| # Activate the gem you are reporting the issue against. |
| begin | |
| require "bundler/inline" | |
| rescue LoadError => e | |
| $stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
| raise e | |
| end | |
| gemfile(true) do | |
| source "https://rubygems.org" | |
| # Activate the gem you are reporting the issue against. |
| using System; | |
| using System.Web; | |
| using System.Web.Configuration; | |
| namespace Nop.Core.Data | |
| { | |
| /// <summary> | |
| /// Manager of data settings (connection string) | |
| /// </summary> | |
| public partial class DataSettingsManager |