Sha256: 5462a7c3f022a37fba2608d820663947698d4ce0e20932983e02343e5d745b31
Contents?: true
Size: 196 Bytes
Versions: 2
Compression:
Stored size: 196 Bytes
Contents
<% namespace do %> # The application base routes. class Routes < Hanami::Routes slice(:health, at: "/up") { root to: "show" } slice(:home, at: "/") { root to: "show" } end <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hanamismith-0.47.0 | lib/hanamismith/templates/%project_name%/config/routes.rb.erb |
hanamismith-0.46.0 | lib/hanamismith/templates/%project_name%/config/routes.rb.erb |