Sha256: ff88ae052c759ea932ea7863c12ef6fd5a85f1f29778ff155e2d7e9badaa74f6
Contents?: true
Size: 251 Bytes
Versions: 7
Compression:
Stored size: 251 Bytes
Contents
class LiveController < ContentController skip_before_filter :verify_authenticity_token session :off def search @search = params[:q] @articles = Article.search(@search) headers["Content-Type"] = "text/html; charset=utf-8" end end
Version data entries
7 entries across 7 versions & 1 rubygems