method
store
v2.3.8 -
Show latest stable
- Class:
ActionController::Flash::FlashHash
store(session, key = "flash")public
No documentation available.
# File actionpack/lib/action_controller/flash.rb, line 128
def store(session, key = "flash")
return if self.empty?
session[key] = self
end