mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 09:21:38 +01:00
8 lines
No EOL
167 B
Ruby
8 lines
No EOL
167 B
Ruby
module ApplicationExtension
|
|
extend ActiveSupport::Concern
|
|
included do
|
|
validates :website
|
|
end
|
|
end
|
|
|
|
Doorkeeper::Application.send :include, ApplicationExtension |