Files
metasploit-gs/lib/rex
Jeffrey Martin 07cbe426e2 Rails 5, all models inherit from ApplicationRecord
ApplicationRecord is a new superclass for all app models, analogous to app controllers subclassing ApplicationController instead of ActionController::Base. This gives apps a single spot to configure app-wide model behavior.
https://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#active-record-models-now-inherit-from-applicationrecord-by-default

Deprecated Relation#uniq use Relation#distinct instead.
https://edgeguides.rubyonrails.org/5_0_release_notes.html#active-record-deprecations
2020-07-31 11:56:49 -05:00
..
2019-11-20 10:42:03 -06:00
2020-06-29 15:38:56 +01:00
2016-05-24 11:24:47 -05:00
2018-03-27 14:57:57 -05:00
2018-06-08 22:21:26 -04:00
2018-07-09 11:27:30 +08:00