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` `
` section, add: <%= stylesheet_link_tag "dt" %> Somewhere at the end of your `app/views/layouts/application.html.erb` `` section, add: