学習内容
・Rubyタグ ・link_toメソッド ・prefix ・unless文 ・before_action ・マイページの設定・Rubyタグ
「<%= %>」で囲まれた部分をRubyタグという。 Rubyタグは拡張子が「erb」のビューファイルで使える。<%= %>と<% %>の違いは、Rubyタグに囲まれた処理の返り値をビューに出力するかしないかという違い。因みに、出力されるのは<%= %>である。
Go to list of users who liked
More than 5 years have passed since last update.
<%= %>と<% %>の違いは、Rubyタグに囲まれた処理の返り値をビューに出力するかしないかという違い。因みに、出力されるのは<%= %>である。
Register as a new user and use Qiita more conveniently
Go to list of users who liked