André Allavena

Results 2 comments of André Allavena

May I suggest a different approach? I strongly think, from a security point of view, that a new token should be generated on each login, and existing token should be...

I have a similar issue, but with activerecord (4.2.4) NoMethodError: undefined method `arel_table' for Reader:Class User code quick fix: ``` # reader.rb def book Book.find(self.book_id) end ```