Class: HomeController

Inherits:
ApplicationController show all
Defined in:
app/controllers/home_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

GET /posts GET /posts.xml



4
5
6
# File 'app/controllers/home_controller.rb', line 4

def index
  @posts = Post.find(:all)
end