Sha256: 37546b8bb412a9e7a7bc11e0402bc6de6dd1f1f5beab2e7da2452f7003c0fa51
Contents?: true
Size: 519 Bytes
Versions: 8
Compression:
Stored size: 519 Bytes
Contents
module Galakei =begin In many cases you want to serve different templates for galakei handsets. Galakei registeres a browser detail for lookup, so you can use ":prefix/:action.{:browsers}{.:formats,}{.:handlers,}" for your templates. For instance: index.galakei.html.haml will be used (if present) for galakei and index.full.html.haml will be used for full featured browsers. If not present, it will use the usual templates. =end module Lookup autoload :BrowserDetail, "galakei/lookup/browser_detail" end end
Version data entries
8 entries across 8 versions & 1 rubygems