Skip to content

Commit cef2c18

Browse files
committed
pulled savable into newsfeeds
1 parent a4fef0c commit cef2c18

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/spark_api/models/newsfeed.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ module Models
33
class Newsfeed < Base
44

55
extend Finders
6+
include Concerns::Savable
67

78
self.element_name = 'newsfeeds'
89

9-
def update!(arguments={})
10-
connection.put( "/newsfeeds/#{self.Id}", arguments ).first
11-
end
12-
1310
end
1411
end
1512
end

0 commit comments

Comments
 (0)