module Responders::FlashResponder
def controller_interpolation_options
def controller_interpolation_options controller.send(:flash_interpolation_options) if controller.respond_to?(:flash_interpolation_options, true) end
def controller_interpolation_options controller.send(:flash_interpolation_options) if controller.respond_to?(:flash_interpolation_options, true) end