vfonic/solidify

View on GitHub
app/drops/solidify/page_drop.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Solidify
  class PageDrop < ::Liquid::Rails::Drop
    attributes :id, :title, :body_html, :published_at, :author

    alias content body_html
  end
end