Sha256: 30cd45a9ce9aea4db760efa63e6960221811a7e171080f46201fb35d9d7a6b41
Contents?: true
Size: 389 Bytes
Versions: 25
Compression:
Stored size: 389 Bytes
Contents
<h2>State Machines</h2> This class contains <%= state_machines.count %> state machine(s). <% state_machines.each do |name, machine| %> <h3><%= h(machine[:name]) %></h3> <p><%= h(machine[:description]) %></p> <% if machine[:image] %> <img alt="State machine diagram for <%= h(machine[:name]) %>" src="<%= url_for(state_machine_image_path(machine)) %>" /> <% end %> <% end %>
Version data entries
25 entries across 25 versions & 10 rubygems