mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:23:13 +08:00
8 lines
163 B
Ruby
8 lines
163 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Service::OptionsBase
|
||
|
include ActiveModel::API
|
||
|
include ActiveModel::Attributes
|
||
|
include ActiveModel::AttributeMethods
|
||
|
end
|