Skip to content

Commit 1a84c7b

Browse files
committed
Update app/controllers/posts_controller.rb
1 parent b314921 commit 1a84c7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/controllers/posts_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
class PostsController < ApplicationController
22
# GET /posts
33
# GET /posts.json
4-
validates :title, :presence => true
54
def index
65
@posts = Post.all
76

0 commit comments

Comments
 (0)