How requirements shaped my code, AKA Rails 5 and ActiveRecord before_destroy callbacks – MIKAMAYHEM
22-Jan-2017 3267
I recently started a new project with Rails 5, and at some point I found out the code was not behaving as expected. The initial scenario was quite simple, Admins can have many Phones, as this code suggests: class Admin < ApplicationRecord has_many :phones end class Phone < ApplicationRecord
How requirements shaped my code, AKA Rails 5 and ActiveRecord before_destroy callbacks – MIKAMAYHEM #ruby #rubydeveloper #rubyonrails #How #requirements #shaped #my #code, #AKA #Rails #5 #and #ActiveRecord #before_destroy #callbacks #– #MIKAMAYHEM #activerecord #callbacks #code, https://rubyonrails.ba/link/how-requirements-shaped-my-code-aka-rails-5-and-activerecord-before_destroy-callbacks-mikamayhem