Upgrade Rails to 7.0.2, use native JS bundling #60

Merged
raucao merged 3 commits from dev/upgrade_rails into dev/cssbundling 2022-02-12 20:13:42 +00:00
Showing only changes of commit c06e58a0fb - Show all commits

View File

@@ -10,8 +10,8 @@ class User < ApplicationRecord
validates_uniqueness_of :email
validates :email, email: true
encrypts :ln_login
encrypts :ln_password
lockbox_encrypts :ln_login
lockbox_encrypts :ln_password
# Include default devise modules. Others available are:
# :confirmable, :lockable, :timeoutable, :trackable and :omniauthable