lib/restfully/link.rb in crohr-restfully-0.0.0 vs lib/restfully/link.rb in crohr-restfully-0.1.1

- old
+ new

@@ -1,8 +1,8 @@ module Restfully class Link - VALID_RELATIONSHIPS = %w{member parent collection self} + VALID_RELATIONSHIPS = %w{member parent collection self alternate} RELATIONSHIPS_REQUIRING_TITLE = %w{collection member} attr_reader :rel, :title, :href, :errors def initialize(attributes = {}) \ No newline at end of file