class MyData
attr_accessor :name
attr_accessor :mail
attr_accessor :msg
def initialize msg:msg, name:name, mail:mail
self.name = name
self.mail = mail
self.msg = msg
end
end
上記のコードが問題らしいですが何が問題なのかさっぱりんこです。
下記はブラウザの表示であります。
SyntaxError
/Users/sugimotojin/Library/Mobile Documents/comappleCloudDocs/RailsApp/app/controllers/msgboard_controller.rb:39: syntax error, unexpected end-of-input, expecting end
Extracted source (around line #39):
37
38
39
self.msg = msg
end
end
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。