Files
metasploit-gs/lib
RageLtMan 992df12fa7 Address ActiveRecord deprecation warning
AR will start to complain about eager loading in command_dispatcher
/db.rb:519 because it references hosts as string without explicitly
stating that the table is being referenced.

Add a call .references in the AR call chain after the where clause
to silence this abysmal warning.
2016-04-02 00:22:26 -04:00
..
2015-08-24 15:53:24 -05:00
2015-04-24 12:04:02 +05:00
2016-04-01 21:30:11 -05:00