lib/contact.rb in inbox-0.7.0 vs lib/contact.rb in inbox-0.8.0

- old
+ new

@@ -1,10 +1,10 @@ require 'restful_model' module Inbox class Contact < RestfulModel - attr_accessor :name - attr_accessor :email + parameter :name + parameter :email end end \ No newline at end of file