class Caboodle::Analytics < Caboodle::Kit description "Adds Google Analytics to every page of the site" required [:analytics_id] if ENV["RACK_ENV"] == "production" add_layout :after_body, "" end end