Repository URL to install this package:
|
Version:
2.23.0 ▾
|
module JPlatform
class User < ::PlatformResource
include UserConcern
def to_partial_path
"/users/user"
end
end
end