How to get request's target controller and action with Rails 3?

后端 未结 4 758
情深已故
情深已故 2021-02-01 01:35

In the application controller before filter.

class ApplicationController < ActionController::Base
  before_filter :authenticate

  def authenticate
    # How          


        
4条回答
提交回复
热议问题