Remove unused require statement
The corresponding code was removed in a65cb84288
This commit is contained in:
parent
bf5f2890ac
commit
99a64ba8c1
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@
|
|||
|
||||
class User < ApplicationRecord
|
||||
require "digest"
|
||||
require "xml/libxml"
|
||||
|
||||
has_many :traces, -> { where(:visible => true) }
|
||||
has_many :diary_entries, -> { order(:created_at => :desc) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue