Module: KonoUtilsBootstrapView4

Extended by:
ActiveSupport::Autoload
Defined in:
lib/kono_utils_bootstrap_view4.rb,
lib/kono_utils_bootstrap_view4/engine.rb,
lib/kono_utils_bootstrap_view4/version.rb,
lib/kono_utils_bootstrap_view4/base_search.rb,
lib/kono_utils_bootstrap_view4/concept_cacher.rb,
lib/kono_utils_bootstrap_view4/editable_field.rb,
lib/kono_utils_bootstrap_view4/paginate_proxer.rb,
lib/kono_utils_bootstrap_view4/search_form_builder.rb,
lib/kono_utils_bootstrap_view4/base_class_concept_ns.rb,
lib/kono_utils_bootstrap_view4/application_icon_helper.rb,
lib/generators/kono_utils_bootstrap_view4/concept/concept_generator.rb,
lib/generators/kono_utils_bootstrap_view4/install/install_generator.rb

Defined Under Namespace

Modules: ApplicationIconHelper, BaseClassConceptNs Classes: BaseSearch, ConceptCacher, ConceptGenerator, Configuration, EditableField, Engine, InstallGenerator, PaginateProxer, SearchFormBuilder

Constant Summary collapse

VERSION =
'0.3.2'

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationConfiguration

Returns:



25
26
27
# File 'lib/kono_utils_bootstrap_view4.rb', line 25

def self.configuration
  @configuration ||= Configuration.new
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



29
30
31
# File 'lib/kono_utils_bootstrap_view4.rb', line 29

def self.configure
  yield configuration
end