Sha256: fc61c98361ca7ed738de5cf7401c7a5ec59fbf51f7118f92a6e87d758cab5d62

Contents?: true

Size: 409 Bytes

Versions: 8

Compression:

Stored size: 409 Bytes

Contents

Description:
    Generates rails model and controller plus Backbone scaffold for your item class inheriting from Pbw::Item

Example:
    rails generate pbw:item TradeGood value:float description:string

    This will create:
        * A model inheriting from Pbw::Item 
		* A controller with an index method for your area plus index.html.erb template calling Backbone
		* Backbone scaffold for your item class

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pbw-0.1.1 lib/generators/pbw/item/USAGE
pbw-0.1.0 lib/generators/pbw/item/USAGE
pbw-0.0.10 lib/generators/pbw/item/USAGE
pbw-0.0.9 lib/generators/pbw/item/USAGE
pbw-0.0.8 lib/generators/pbw/item/USAGE
pbw-0.0.7 lib/generators/pbw/item/USAGE
pbw-0.0.6 lib/generators/pbw/item/USAGE
pbw-0.0.5 lib/generators/pbw/item/USAGE