Module: Rubanok

Defined in:
lib/rubanok.rb,
lib/rubanok/rule.rb,
lib/rubanok/plane.rb,
lib/rubanok/rspec.rb,
lib/rubanok/railtie.rb,
lib/rubanok/version.rb,
lib/rubanok/dsl/mapping.rb,
lib/rubanok/dsl/matching.rb,
lib/rubanok/rails/controller.rb,
lib/rubanok/ext/symbolize_keys.rb

Overview

:nodoc:

Defined Under Namespace

Modules: Controller, DSL, SymbolizeKeys Classes: HavePlanished, Plane, Railtie, Rule

Constant Summary collapse

VERSION =
"0.1.3"

Class Attribute Summary collapse

Class Attribute Details

.ignore_empty_valuesObject

Define whether to ignore empty values in params or not. When the value is empty and ignored the corresponding matcher/mapper is not activated (true by default)



32
33
34
# File 'lib/rubanok.rb', line 32

def ignore_empty_values
  @ignore_empty_values
end