forked from External/greenlight
adhere to rubocop guidelines
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class ApplicationRecord < ActiveRecord::Base
|
||||
self.abstract_class = true
|
||||
|
||||
|
||||
def to_param
|
||||
uid
|
||||
uid
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user