# File lib/resource_controller/helpers/internal.rb, line 52
        def set_flash_now(action)
          if f = options_for(action).flash_now
            flash.now[:notice] = f.is_a?(Proc) ? instance_eval(&f) : options_for(action).flash_now
          end
        end