Module: Ropenlayer
- Defined in:
- lib/ropenlayer.rb,
lib/ropenlayer/node.rb,
lib/ropenlayer/acts_as.rb,
lib/ropenlayer/version.rb,
lib/ropenlayer/form_builder.rb,
lib/ropenlayer/localization.rb,
lib/ropenlayer/openlayer/js.rb,
lib/ropenlayer/openlayer/map.rb,
lib/ropenlayer/acts_as/mapper.rb,
lib/ropenlayer/acts_as/nodeable.rb,
lib/ropenlayer/js_helper/jquery.rb,
lib/ropenlayer/openlayer/control.rb,
lib/ropenlayer/openlayer/feature.rb,
lib/ropenlayer/js_helper/prototype.rb,
lib/ropenlayer/openlayer/layer/base.rb,
lib/ropenlayer/openlayer/box_control/base.rb,
lib/ropenlayer/openlayer/box_control/edit_map.rb,
lib/ropenlayer/openlayer/layer/elements_marker.rb,
lib/ropenlayer/openlayer/layer/elements_vector.rb,
lib/ropenlayer/openlayer/box_control/layers_select.rb,
lib/generators/ropenlayer/install/install_generator.rb,
lib/generators/ropenlayer/migration/migration_generator.rb
Defined Under Namespace
Modules: ActsAs, FormBuilder, Generators, JsHelper, Openlayer Classes: Localization, MigrationGenerator, Node, Railtie
Constant Summary collapse
Class Method Summary collapse
-
.setup {|_self| ... } ⇒ Object
Configure ropenlayer module variables though config/initializers/ropenlayer.rb.
Class Method Details
.setup {|_self| ... } ⇒ Object
Configure ropenlayer module variables though config/initializers/ropenlayer.rb
56 57 58 |
# File 'lib/ropenlayer.rb', line 56 def self.setup yield self end |