ratyrate
ratyrate copied to clipboard
ratyrate and devise
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?