kaiwren/wrest

View on GitHub
examples/facebook_auth/lib/views/facebook_profile.erb

Summary

Maintainability
Test Coverage
<div class='profile'>
  <h2>Partial Facebook profile</h2>
  <%= profile.name %>,
  <%= profile.location.try(:[], :name) %>
  <a href="<%= profile.link%>" target="_blank">View on Facebook</a>
</div>