Module: OembedProviderEngine::OembedProvidable::Provided

Defined in:
app/models/oembed_provider_engine/oembed_providable.rb

Overview

use this to make your model able to respond to requests against the OembedProviderController

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



13
14
15
# File 'app/models/oembed_provider_engine/oembed_providable.rb', line 13

def self.included(base)
  base.extend(ClassMethods)
end