pushtype/push_type

View on GitHub
core/app/fields/push_type/text_field.rb

Summary

Maintainability
A
0 mins
Test Coverage
module PushType
  class TextField < PushType::FieldType

    options form_helper: :text_area
    
  end
end