instance method store

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18

Signature

store(session, key = "flash")

No documentation comment.

Parameters

session req
key opt = "flash"
Source
# File actionpack/lib/action_controller/flash.rb, line 128
      def store(session, key = "flash")
        return if self.empty?
        session[key] = self
      end

Defined in actionpack/lib/action_controller/flash.rb line 128 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::Flash::FlashHash

Type at least 2 characters to search.

↑↓ navigate · open · esc close