pushtype/push_type

View on GitHub
core/lib/generators/push_type/field/USAGE

Summary

Maintainability
Test Coverage
Description:
    Generates a class that inherits from PushType::FieldType
    Allows for complex custom field types.

Example:
    rails generate push_type:field rich_text

    This will create:
        app/fields/rich_text_field.rb