locomotivecms/engine

View on GitHub
app/api/locomotive/api/forms/content_asset_form.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Locomotive
  module API
    module Forms

      class ContentAssetForm < BaseForm

        attrs :source

      end

    end
  end
end