Module: ResponsivePreview::ControllerExtensions::InstanceMethods
- Defined in:
- lib/responsive_preview/controller_extensions.rb
Instance Method Summary collapse
Instance Method Details
#wants_responsive_preview? ⇒ Boolean
6 7 8 9 |
# File 'lib/responsive_preview/controller_extensions.rb', line 6 def wants_responsive_preview? # Override this method in the host app controllers false end |