pushtype/push_type

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

Summary

Maintainability
Test Coverage
Description:
    Generates a model that inherits from PushType::Structure

Example:
    rails generate push_type:structure location street_address:string postcode:string

    This will create:
        app/models/location.rb