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