<%= CashLog.human_attribute_name(:title) %> <%= @cash_log.title %> <%= CashLog.human_attribute_name(:amount) %> <%= @cash_log.amount %> <%= CashLog.human_attribute_name(:user) %> <%= @cash_log.user %> <%= CashLog.human_attribute_name(:source_type) %> <%= @cash_log.source_type %> <%= CashLog.human_attribute_name(:source_id) %> <%= @cash_log.source_id %>