Module: DuckMap

Extended by:
ActiveSupport::Autoload
Defined in:
lib/duck_map/list.rb,
lib/duck_map/sync.rb,
lib/duck_map/model.rb,
lib/duck_map/route.rb,
lib/duck_map/config.rb,
lib/duck_map/engine.rb,
lib/duck_map/logger.rb,
lib/duck_map/mapper.rb,
lib/duck_map/static.rb,
lib/duck_map/version.rb,
lib/duck_map/last_mod.rb,
lib/duck_map/route_set.rb,
lib/duck_map/attributes.rb,
lib/duck_map/array_helper.rb,
lib/duck_map/filter_stack.rb,
lib/duck_map/handlers/new.rb,
lib/duck_map/route_filter.rb,
lib/duck_map/view_helpers.rb,
lib/duck_map/class_helpers.rb,
lib/duck_map/handlers/base.rb,
lib/duck_map/handlers/edit.rb,
lib/duck_map/handlers/show.rb,
lib/duck_map/handlers/index.rb,
lib/duck_map/mongoid_engine.rb,
lib/duck_map/sitemap_object.rb,
lib/duck_map/controller_helpers.rb

Defined Under Namespace

Modules: ActionViewHelpers, ArrayHelper, Attributes, ConfigHelpers, ControllerHelpers, Handlers, InheritableClassAttributes, Mapper, MapperMethods, Model, Route, RouteFilter, RouteSet, SitemapControllerHelpers, SitemapHelpers, SitemapObject Classes: ActionViewTestObject, ClassHelpers, Config, DuckmapExclude, DuckmapInclude, Engine, ExplicitExclude, ExplicitInclude, FilterStack, LastMod, List, Logger, MongoidEngine, RouteNameMissing, SitemapStaticRequest, SitemapStaticResponse, Static, Sync

Constant Summary collapse

VERSION =
"0.9.6"

Class Method Summary collapse

Class Method Details

.console(msg) ⇒ Object



91
92
93
# File 'lib/duck_map/engine.rb', line 91

def self.console(msg)
  logger.console msg
end

.loggerObject



87
88
89
# File 'lib/duck_map/engine.rb', line 87

def self.logger
  return Logger.logger
end