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/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, ConceptGenerator, Configuration, EditableField, Engine, InstallGenerator, PaginateProxer, SearchFormBuilder

Constant Summary collapse

VERSION =
'0.2.3'

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationConfiguration

Returns:



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

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

Class Method Details

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

Yields:



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

def self.configure
  yield configuration
end