Sha256: 6bfc5e201b5fd8066609ab20be93b67ca0c5c4cc928100ecfd51f34dc027fa54

Contents?: true

Size: 258 Bytes

Versions: 6

Compression:

Stored size: 258 Bytes

Contents

class ::Tramway::News::NewsController < ::Tramway::News::ApplicationController
  layout 'tramway/landing/application'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tramway-news-1.0.4.1 app/controllers/tramway/news/news_controller.rb
tramway-news-1.0.4 app/controllers/tramway/news/news_controller.rb
tramway-news-1.0.3 app/controllers/tramway/news/news_controller.rb
tramway-news-1.0.2 app/controllers/tramway/news/news_controller.rb
tramway-news-1.0.1 app/controllers/tramway/news/news_controller.rb
tramway-news-1.0 app/controllers/tramway/news/news_controller.rb