@Meekohi
This means that you have no Entry model. I just received the error message myself, so wanted to point it out (can't post it as a comment due to low reputation).
class Entry < ActiveRecord::Base
belongs_to :article
belongs_to :warehouse
end
Simply run
rails g model Entry