Class: Kawara::ArticlesController

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

Instance Method Summary collapse

Instance Method Details

#showObject



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

def show
  @article = Kawara::Article.find_from_published(params[:id])
end