Rails 3: undefined method messages for Folder
问题 I'm running Rails 3 and like to have a message system. Here is the tutorial for it: http://www.novawave.net/public/rails_messaging_tutorial.html It's for Rails 2 so I was trying to implement it in Rails 3. Everything went fine and i can send messages. But when i like to check my inbox this error shows up: undefined method `messages' for #<Folder:0x0000010419fd48> Mailbox Controller: class MailboxController < ApplicationController def index redirect_to new_session_path and return unless logged