Module: SocmapAdf

Defined in:
lib/socmap_adf.rb,
lib/socmap_adf/engine.rb,
lib/socmap_adf/version.rb,
lib/generators/install_generator.rb

Defined Under Namespace

Modules: Generators Classes: Engine

Constant Summary collapse

VERSION =
"0.0.11"
@@assets =
["mvc", "map", "minimap", "gmap", "overlay", "overlay_push", "marker", "zone", "sidebar", "form", "popup", "image_uploader", "cluster", "file_uploader"]

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (SocmapAdf)

    the object that the method was called on



10
11
12
# File 'lib/socmap_adf.rb', line 10

def self.setup
  yield self
end