Actions
Bug #12460
closedRails 4 compatible changes with Rails 3 (find_or_create/where)
Description
Some parts of foreman-tasks use find_or_create, that have to be replaced by Rails 4 syntax. We can do this with where and first_or_create and have it working on both Rails versions.
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman-tasks/pull/147 added
Updated by Ori Rabin over 9 years ago
- Status changed from Ready For Testing to Duplicate
This is duplicated by: http://projects.theforeman.org/issues/12654 which has been closed
Updated by Ori Rabin over 9 years ago
- Is duplicate of Feature #12654: Rails 4 compatability added
Actions