I have a question that has already been broken for a while, next, I have a Person model, which is the generic person and the Customer model, which belongs to Person, like this:
class Person < ActiveRecord::Base
has_one :customer
has_on...
asked by
02.08.2016 / 01:42