Description:

Copies page model, views, and controller into app.

Example:

rails generate petrie:install

This will create:
    app/views/pages/home.html.erb
    app/views/pages/show.html.erb
    app/controllers/pages_controller.rb
    app/models/page.rb