Module: RespondForHelper

Defined in:
lib/respond_for_helper.rb,
lib/respond_for_helper/config.rb,
lib/respond_for_helper/helper.rb,
lib/respond_for_helper/railtie.rb,
lib/respond_for_helper/respond.rb,
lib/respond_for_helper/version.rb,
lib/respond_for_helper/behaviour.rb,
lib/respond_for_helper/controller.rb,
lib/respond_for_helper/formats/any.rb,
lib/respond_for_helper/flashes/base.rb,
lib/respond_for_helper/formats/base.rb,
lib/respond_for_helper/formats/html.rb,
lib/respond_for_helper/formats/json.rb,
lib/respond_for_helper/lookups/flash.rb,
lib/respond_for_helper/lookups/format.rb,
lib/respond_for_helper/flashes/timestamp.rb,
lib/respond_for_helper/formats/turbo_stream.rb

Defined Under Namespace

Modules: Controller, Flashes, Formats, Helper, Lookups Classes: Behaviour, Behaviours, Config, Railtie, Respond

Constant Summary collapse

VERSION =
'1.2.0'

Class Method Summary collapse

Class Method Details

.configObject



27
28
29
# File 'lib/respond_for_helper.rb', line 27

def config
  Config
end

.configure {|Config| ... } ⇒ Object

Yields:



23
24
25
# File 'lib/respond_for_helper.rb', line 23

def configure
  yield Config
end