Sha256: 6ebfe7f04100dc23ef79b155e94f57484d3a15104c8a28991bfa46c4230f7dd1
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
class DummyController < ApplicationController include CacheableFlash def index expected_flash = { 'errors' => "This is an Error", 'notice' => "This is a Notice" } flash[:errors] = expected_flash['errors'] flash[:notice] = expected_flash['notice'] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cacheable_flash-0.2.9 | spec/dummy/app/controllers/dummy_controller.rb |