Class: Decidim::Blogs::PostsController

Inherits:
ApplicationController show all
Includes:
IconHelper, Flaggable, Paginable
Defined in:
app/controllers/decidim/blogs/posts_controller.rb

Overview

Exposes the blog resource so users can view them

Instance Method Summary collapse

Instance Method Details

#indexObject



13
# File 'app/controllers/decidim/blogs/posts_controller.rb', line 13

def index; end

#showObject

Raises:

  • (ActionController::RoutingError)


15
16
17
# File 'app/controllers/decidim/blogs/posts_controller.rb', line 15

def show
  raise ActionController::RoutingError, "Not Found" unless post
end