mirror of https://github.com/rails/rails
Remove unused require and unused model stub
- The `Project` model should have been removed in468939297d
. - The superfluous require was added in605c6455ac
. Closes #25215 Signed-off-by: Jeremy Daer <jeremydaer@gmail.com>
This commit is contained in:
parent
8932c1b9a4
commit
b351061b83
|
@ -1,5 +1,4 @@
|
|||
require 'active_model'
|
||||
require 'active_support/core_ext/string/access'
|
||||
|
||||
# Show backtraces for deprecated behavior for quicker cleanup.
|
||||
ActiveSupport::Deprecation.debug = true
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
class Project
|
||||
include ActiveModel::DeprecatedMassAssignmentSecurity
|
||||
end
|
Loading…
Reference in New Issue