class User
has_many :posts
end
class Post
belongs_to :user
end
@user.posts #=> [] пусто. еще ниче не добавили. ну и не будем добавлять если флаг какой-то стоит. условия выполнены?
<!DOCTYPE HTML> <title>Title of the document</title> <h1>1</h1> <div>bla</div> <header>bbb</header> <footer>ddd</footer>
<html>, <head> and <body> tags are optional!