Sha256: 7c9661fab13f1bafe9248799c9be67205b32e4b2fdb4e789a99f4628c0b33c7d
Contents?: true
Size: 799 Bytes
Versions: 9
Compression:
Stored size: 799 Bytes
Contents
<h1>Contour Details</h1> <p> <b>Contour Version:</b> <%= Contour::VERSION %> </p> <h2>Application Details</h2> These items can all be specified in:<br /> <br /> <code style="margin-left:10px">config/initializers/contour.rb</code><br /> <br /> If the file does not exist run:<br /> <br /> <code style="margin-left:10px">rails generate contour:install</code><br /> <br /> <% unless request.script_name.blank? %> <p><b>Subdomain:</b> <%= request.script_name %> </p> <% end %> <% (Contour.class_variables.collect{|v| v.to_s.gsub('@@','')} - ['menu_items']).each do |attribute| %> <p> <b><%= attribute.titleize %>:</b> <% if Contour.send(attribute).blank? %> <span class="quiet">NULL</span> <% else %> <%= Contour.send(attribute) %> <% end %> </p> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems