- Remove all Rodauth stuff and implement simple custom auth - Migrate from sprockets to propshaft, hack some bootstrap stuff
3 lines
57 B
Ruby
3 lines
57 B
Ruby
class Session < ApplicationRecord
|
|
belongs_to :user
|
|
end
|