※リストが表示されない場合
AddBlockなどの広告ブロックツールがONになっているとリストなどが表示されない場合があります。これらのツールをOFFにしてみてください。
※helo_controller.rbのコード # coding: utf-8 class HelosController < ApplicationController def index end end ※index.html.erbのコード <h1>Helo#index</h1> <p>Find me in app/views/helos/index.html.erb</p> ※application.html.erbのコード <!DOCTYPE html> <html> <head> <title>Tuyano01</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
<< 前へ | 次へ >> |