cloud9でrailsを使っているのですが、次のようなエラーが出ます。
原因と解決策を教えていただけたら幸いです。
NameError in PostsController#index
uninitialized constant PostsController::Post
class PostsController < ApplicationController def index #ここが赤字↓ @posts = Post.all.order(created_at: :desc) end end
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。