Flowdock
method

cookie_secret=

Importance_0
v3.0.5 - Show latest stable - 0 notes - Class: Rails::Configuration::Deprecated
cookie_secret=(value) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/configuration.rb, line 143
      def cookie_secret=(value)
        ActiveSupport::Deprecation.warn "config.cookie_secret= is deprecated, " <<
          "please use config.secret_token= instead", caller
        self.secret_token = value
      end
Register or log in to add new notes.