Sha256: 1d7443b06ca920ae127886a5363224b022341c8dc20ce36403d56e55ece869f0
Contents?: true
Size: 390 Bytes
Versions: 6
Compression:
Stored size: 390 Bytes
Contents
Setting Up Web Output ===================== Inside your `ApplicationController` class, add: handles_dt Inside your `app/views/layouts/application.html.erb` `<head>` section, add: <%= stylesheet_link_tag "dt" %> Inside your `app/views/layouts/application.html.erb` `<body>` section, add: <div class="DT"> <%= DT.web_messages_as_html %> </div> Happy debugging!
Version data entries
6 entries across 3 versions & 1 rubygems