Sha256: 6a1939517568b88b6191aec159d268f489bc9da49008f8b208d2a319c01b40f3
Contents?: true
Size: 309 Bytes
Versions: 61
Compression:
Stored size: 309 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- # Be sure to restart your server when you modify this file. RailsBootstrapForm.configure do |config| # to make forms non-compliant with W3C. config.default_form_attributes = {role: "form", novalidate: true} end
Version data entries
61 entries across 33 versions & 1 rubygems