Your Card Access Data
<%= link_to 'Download JSON', door_statistics_path+".json", :class => 'btn' %>
Date
Action
Card # (hex)
<% @door_logs.each do |log| %>
<%= log.created_at %>
<%= log.key %>
<%= log.data.to_s(16) %>
<% end %>