Class: Helply::ArticlesController

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

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
# File 'app/controllers/helply/articles_controller.rb', line 5

def show
  @article = Helply::Article.find_by(id: params[:id])
end