SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 253 forks source link

Not support Devise #35

Closed phuwanart closed 11 years ago

phuwanart commented 11 years ago

I have generated with this command:

$ rails generate redactor:install --devise

First it not add :user_id in migration, OK it not a problem I add by manual but I upload picture all upload file is not store :user_id.

I found a problem is

RedactorRails.picture_model.respond_to?(:user_id) 

is false

I try in console every Model is return false in respond_to? method.

I missed something, please suggest me.