Sha256: a80bb9499b1cf2fa645a35a29c409405867684baafc7027437440b173c248413

Contents?: true

Size: 535 Bytes

Versions: 1

Compression:

Stored size: 535 Bytes

Contents

Description:
    Explain the generator

Example:
    rails generate discussion view

    This will create:
        app/views/discussion/threads/show.html.erb
        app/views/discussion/threads/_index.html.erb
        app/views/discussion/threads/_form.html.erb
        app/views/discussion/threads/_list.html.erb
        app/views/discussion/threads/_view.html.erb
        app/views/discussion/comments/_form.html.erb
        app/views/discussion/comments/_list_with_form.html.erb
        app/views/discussion/comments/_view.html.erb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
discussion-0.0.1 lib/generators/discussion/USAGE