Changing type of ActiveRecord Class in Rails with Single Table Inheritance

前端 未结 0 405
太阳男子
太阳男子 2021-02-11 18:07

I have two types of classes:

BaseUser < ActiveRecord::Base 

and

User < BaseUser

which acts_as_authent

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