mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 10:57:04 +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
|