ApplicationController
Controlador para los keywords cacheadas
# File app/controllers/cached_controller.rb, line 26 def show news = News.find(params[:id]) @text = news.text_with_selected_keywords render :layout => false end