Sha256: 914a733a5b112ca561f043cdb680fab9c891da25752f4b1b6e0041e84c016d44

Contents?: true

Size: 268 Bytes

Versions: 12

Compression:

Stored size: 268 Bytes

Contents

# frozen_string_literal: true

class ApplicationController < ActionController::Base
  # Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
  allow_browser versions: :modern
  include Ruby2html::RailsHelper
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ruby2html-1.5.3 app/controllers/application_controller.rb
ruby2html-1.5.2 app/controllers/application_controller.rb
ruby2html-1.5.1 app/controllers/application_controller.rb
ruby2html-1.5.0 app/controllers/application_controller.rb
ruby2html-1.4.0 app/controllers/application_controller.rb
ruby2html-1.3.3 app/controllers/application_controller.rb
ruby2html-1.3.2 app/controllers/application_controller.rb
ruby2html-1.3.1 app/controllers/application_controller.rb
ruby2html-1.3.0 app/controllers/application_controller.rb
ruby2html-1.2.0 app/controllers/application_controller.rb
ruby2html-1.1.0 app/controllers/application_controller.rb
ruby2html-1.0.0 app/controllers/application_controller.rb