Class: Blogelator::PostsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Blogelator::PostsController
- Defined in:
- app/controllers/blogelator/posts_controller.rb
Constant Summary collapse
- PER_PAGE =
5
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
8 9 |
# File 'app/controllers/blogelator/posts_controller.rb', line 8 def index end |
#show ⇒ Object
11 12 13 |
# File 'app/controllers/blogelator/posts_controller.rb', line 11 def show @title = @post.title end |