Use both Account and User tables with Devise

后端 未结 3 1936
感动是毒
感动是毒 2020-12-02 08:52

I\'m working with Rails 3.1.0 and Devise 1.4.8, and am new to both.

I want to allow multiple users for an account. The first user to sign up creates the account (pr

3条回答
  •  自闭症患者
    2020-12-02 09:30

    The best solution would be to use a gem.

    Easy way: milia gem

    Subdomain way: apartment gem

提交回复
热议问题