Code Monkey home page Code Monkey logo

Comments (6)

allenwq avatar allenwq commented on May 23, 2024

Now the association name is not configurable.
For the time being, you can put

Devise::Models::EmailAuthenticatable.class_eval do
  USER_ASSOCIATION = :team
end

in some initialisers.

Then in your Email class:

belongs_to :team

Will this work ?

from devise-multi_email.

SauronTheGreat avatar SauronTheGreat commented on May 23, 2024

Sure, let me try and get back.
Thanks

from devise-multi_email.

SauronTheGreat avatar SauronTheGreat commented on May 23, 2024

Hi,
I tried this but now I get the following error:

NameError: uninitialized constant Devise::Models::EmailAuthenticatable

from devise-multi_email.

allenwq avatar allenwq commented on May 23, 2024

How about put that line after the devise declaration in your team model ?

devise :multi_email_authenticatable, :registerable 
Devise::Models::EmailAuthenticatable.class_eval {  USER_ASSOCIATION = :team }

from devise-multi_email.

jarvisjohnson avatar jarvisjohnson commented on May 23, 2024

Hey @allenwq thanks for the gem! I got stuck at this point though - neither of the above worked for me and I got the same errors as @SauronTheGreat . Using Rails 5.0.2 and current version of the gem. Any other thoughts? Thanks

from devise-multi_email.

allenwq avatar allenwq commented on May 23, 2024

@jarvisjohnson check the https://github.com/allenwq/devise-multi_email/tree/master/examples/rails5_app rails sample app and see the difference with your config ?

from devise-multi_email.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.