forked from External/greenlight
work on user settings
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
class ApplicationRecord < ActiveRecord::Base
|
||||
self.abstract_class = true
|
||||
|
||||
def to_param
|
||||
uid
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user