You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if Devise is necessary for ratyrate to work.
Documentation says that "the generator takes one argument which is the name of your existing devise user model UserModelName." Of course I have a User model, but it is not a Devise model: it is a simple Rails model. Would the generator succeed in binding the user and rating datas, or Devise is required?
The text was updated successfully, but these errors were encountered:
I wonder if
Devise
is necessary forratyrate
to work.Documentation says that "the generator takes one argument which is the name of your existing devise user model UserModelName." Of course I have a User model, but it is not a
Devise
model: it is a simpleRails
model. Would the generator succeed in binding the user and rating datas, orDevise
is required?The text was updated successfully, but these errors were encountered: