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