upload limits: show full upload limits on upload page.
This commit is contained in:
@@ -942,4 +942,8 @@ class User < ApplicationRecord
|
||||
self.enable_sequential_post_navigation = true
|
||||
self.enable_auto_complete = true
|
||||
end
|
||||
|
||||
def presenter
|
||||
@presenter ||= UserPresenter.new(self)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user