AmpHtml.configure do |config| ### SplitView # Enable SplitView to allow for AMP enabled and AMP disabled versions of your views. Takes a boolean. # config.split_view = false # The default view version if no `amp` param is present in the request. Must be either `'amp'` or `'html'`. # config.split_view_default = 'amp' end