2011-12-26から1日間の記事一覧

title を動的に設定する

<title><%= content_for?(:title) ? yield(:title) : "default title" %></title> <% content_for :title do %> <%= post.user.name %>'s post <% end %> その他、参考 ActionView::Helpers::CaptureHelper#content_for ActionView::Helpers::CaptureHelper#content_for?