Class: Collavre::LandingController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Collavre::LandingController
- Defined in:
- app/controllers/collavre/landing_controller.rb
Instance Method Summary collapse
-
#show ⇒ Object
The demo video/poster URLs live in config/locales/landing.*.yml as full absolute URLs pointing at the hosted assets.
Instance Method Details
#show ⇒ Object
The demo video/poster URLs live in config/locales/landing.*.yml as full absolute URLs pointing at the hosted assets. Nothing to resolve here — the view reads them directly, so the landing page has no dependency on the Creatives model and the URLs work from any environment (preview included).
9 |
# File 'app/controllers/collavre/landing_controller.rb', line 9 def show; end |