Changing type of ActiveRecord Class in Rails with Single Table Inheritance

前端 未结 0 1805
庸人自扰
庸人自扰 2021-02-11 18:28

I have two types of classes:

BaseUser < ActiveRecord::Base 

and

User < BaseUser

which acts_as_authent

相关标签:
回答
  • 消灭零回复
提交回复
热议问题