SpinaCMS/Spina

View on GitHub
app/models/spina/embeds/base.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Spina::Embeds
  class Base
    include ActiveModel::Model
    include Spina::Embeddable
    include Spina::Embeds::TrixConversion
  end
end