Sha256: 4b5f197ed03e72ae3c588fc22c885b3685acd91f10026cfb26c0325caebda564
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
Finalizing DT installation ========================== In your `config/environment.rb`, add: config.gem "rails_dt" Inside your `ApplicationController` class, 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.1 | generators/rails_dt/templates/INSTALL |