Finalizing DT installation ========================== In your `app/controllers/application_controller` add: handles_dt In your `app/views/layouts/application.html.erb` `` section add: <%= stylesheet_link_tag "dt" %> Somewhere at the end of your `app/views/layouts/application.html.erb` `` section add:
<%= DT.to_html %>
Happy debugging!