-3
如何解決這個錯誤紅寶石「模板丟失」鐵路 我控制器模板丟失軌
class SayController < ApplicationController
def hello
@title = "Ruby on Rails"
@website = "www.9lessons.info"
end
end
我的HTML頁面
<html>
<head>
<title><%= @title %></title>
</head>
<body>
<h1>Welcome to <%= @website %></h1>
Addition : <%= 100 + 300 %>
</body>
</html>
你能複製確切的錯誤嗎?並說明您嘗試訪問的網址是什麼? – jvnill 2013-03-08 14:10:32