5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-02 02:06:57 +00:00
panel/app/models/site/author.rb

6 lines
102 B
Ruby
Raw Normal View History

2020-02-18 16:45:08 +00:00
# frozen_string_literal: true
class Site
Author = Struct.new :email, :name, keyword_init: true
end