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

Version Path
typo-5.0.3.98.1 app/controllers/live_controller.rb
typo-5.1.2 app/controllers/live_controller.rb
typo-5.1.1 app/controllers/live_controller.rb
typo-5.1.3 app/controllers/live_controller.rb
typo-5.1.98 app/controllers/live_controller.rb
typo-5.1 app/controllers/live_controller.rb
typo-5.2 app/controllers/live_controller.rb