Class: OembedReceiver

Inherits:
ApplicationRecord
  • Object
show all
Includes:
RequiredUniqueSlug
Defined in:
app/models/oembed_receiver.rb

Overview

Receiver for OEmbed links

Attributes:

slug [String]

Constant Summary collapse

SLUG_PATTERN =
/\A[a-z]+(_?[a-z]+){2,49}\z/