Class: MatomoExtension
- Inherits:
-
Middleman::Extension
- Object
- Middleman::Extension
- MatomoExtension
- Defined in:
- lib/matomo-middleman/extension.rb
Overview
Extension namespace
Instance Method Summary collapse
Instance Method Details
#after_configuration ⇒ Object
10 11 12 13 14 |
# File 'lib/matomo-middleman/extension.rb', line 10 def after_configuration app.config[:matomo_domain] = .domain app.config[:matomo_url] = .url app.config[:matomo_id] = .id end |