locomotivecms/engine

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

Summary

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

      class SnippetForm < BaseForm

        attrs :name, :slug
        attrs :template, localized: true

      end

    end
  end
end