Class: Helios::Press::PostsController

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

Instance Method Summary collapse

Instance Method Details

#showObject



4
5
6
# File 'app/controllers/helios/press/posts_controller.rb', line 4

def show
  @post = Post.published.find_by!(slug: params[:slug])
end