Class: Tramway::News::NewsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Tramway::News::NewsController
- Defined in:
- app/controllers/tramway/news/news_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
6 7 8 9 |
# File 'app/controllers/tramway/news/news_controller.rb', line 6 def show @news = ::Tramway::News::News.find params[:id] = ::Tramway::News::UserDecorator.decorate @news. end |