Sha256: c2e478e7fd6466eae54c0eb3277fc18c12bbd41afa0498a5786698db5bdbe2f5
Contents?: true
Size: 480 Bytes
Versions: 1
Compression:
Stored size: 480 Bytes
Contents
module Caboodle class Googlelocal < Caboodle::Kit required [:google_maps_api_key] config_files ["googlelocal.yml"] stylesheets ["http://www.google.com/uds/solutions/mapsearch/gsmapsearch.css", "http://www.google.com/uds/css/gsearch.css"] menu "Near me", "/near_me" do @title = "Near me" @locations = Config.google_local_locations puts @locations.inspect haml :googlelocal end add_sass ["googlelocal"] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
caboodle-0.2.13 | lib/caboodle/kits/googlelocal/googlelocal.rb |