mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 13:00:04 +08:00
8 lines
83 B
Ruby
8 lines
83 B
Ruby
class User < ApplicationRecord
|
|
def foo
|
|
if true
|
|
self.
|
|
end
|
|
end
|
|
end
|