mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 13:44:16 +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
|