Class: Blogelator::PostsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/blogelator/posts_controller.rb

Constant Summary collapse

PER_PAGE =
5

Instance Method Summary collapse

Instance Method Details

#indexObject



8
9
# File 'app/controllers/blogelator/posts_controller.rb', line 8

def index
end

#showObject



11
12
13
# File 'app/controllers/blogelator/posts_controller.rb', line 11

def show
  @title = @post.title
end