Sha256: b4de2004237b00da47032642017831fddffffb1a8f9379f1a0d330bb56c4e72a

Contents?: true

Size: 404 Bytes

Versions: 1

Compression:

Stored size: 404 Bytes

Contents

Finalizing DT installation
==========================

In your `app/controllers/application_controller` add:

    handles_dt

In your `app/views/layouts/application.html.erb` `<head>` section add:

    <%= stylesheet_link_tag "dt" %>

Somewhere at the end of your `app/views/layouts/application.html.erb` `<body>` section add:

    <div class="DT">
      <%= DT.to_html %>
    </div>

Happy debugging!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_dt-0.1.0 generators/rails_dt/templates/INSTALL