We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa27def commit c3e8bc8Copy full SHA for c3e8bc8
lib/metasploit/framework/command/base.rb
@@ -60,11 +60,6 @@ def self.require_environment!
60
# the configuration from the parsed options.
61
parsed_options.configure(Rails.application)
62
63
- # support disabling the database
64
- unless parsed_options.options.database.disable
65
- Metasploit::Framework::Require.optionally_active_record_railtie
66
- end
67
-
68
Rails.application.require_environment!
69
70
parsed_options
0 commit comments