nesquena/rabl

View on GitHub
fixtures/ashared/views_rails_3/users/phone_number.json.rabl

Summary

Maintainability
Test Coverage
attributes :prefix, :suffix, :area_code
attributes :is_primary => :primary

if locals[:reversed]
  node(:reversed) { |n| n.formatted.reverse }
else
  node(:formatted) { |n| n.formatted }
end