Class: Tramway::News::NewsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/tramway/news/news_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



6
7
8
9
# File 'app/controllers/tramway/news/news_controller.rb', line 6

def show
  @news = ::Tramway::News::News.find params[:id]
  @author = ::Tramway::News::UserDecorator.decorate @news.author
end