Sha256: 8d7fee2b765d32b5ffd6e547cd9dc780f0bafda998e181a311b48b1dcc9765aa

Contents?: true

Size: 393 Bytes

Versions: 8

Compression:

Stored size: 393 Bytes

Contents

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

Example:
    rails generate pbw:area Room description:string

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

Version data entries

8 entries across 8 versions & 1 rubygems

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