Module: Roda::RodaPlugins::BridgetownSSR::InstanceMethods
- Defined in:
- bridgetown-core/lib/roda/plugins/bridgetown_ssr.rb
Instance Method Summary collapse
-
#bridgetown_site ⇒ Bridgetown::Site
(also: #site)
Helper to get the site associated with the Roda app.
Instance Method Details
#bridgetown_site ⇒ Bridgetown::Site Also known as: site
Helper to get the site associated with the Roda app
9 10 11 |
# File 'bridgetown-core/lib/roda/plugins/bridgetown_ssr.rb', line 9 def bridgetown_site self.class.opts[:bridgetown_site] end |