Refactor #19350
remove unnecessary "include_root_in_json" in models
Pull request:
Fixed in Releases:
Found in Releases:
Description
This is no longer needed in Rails 4 as it defaults to false [1]
[1] http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html
(section 6.6, 2nd bullet point)
Associated revisions
History
#1
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to John Mitsch
- Pull request https://github.com/Katello/katello/pull/6760 added
#2
Updated by John Mitsch about 5 years ago
- Tracker changed from Bug to Refactor
- Status changed from Ready For Testing to New
- Assignee deleted (
John Mitsch) - Pull request deleted (
https://github.com/Katello/katello/pull/6760)
#3
Updated by John Mitsch about 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6760 added
#4
Updated by The Foreman Bot about 5 years ago
- Assignee set to John Mitsch
#5
Updated by John Mitsch about 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|03b2366ae7fbc96b836c9cbed8c34946426eaf2a.
#6
Updated by John Mitsch about 5 years ago
- Legacy Backlogs Release (now unused) set to 114
#7
Updated by Eric Helms almost 5 years ago
- Legacy Backlogs Release (now unused) deleted (
114)
#8
Updated by Justin Sherrill almost 5 years ago
- Legacy Backlogs Release (now unused) set to 166
Fixes #19350 - remove unnecessary "include_root_in_json"
in models
This is no longer needed in Rails 4 as it defaults to false [1]
[1] http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html
(section 6.6, 2nd bullet point)