lib/calendar.rb in inbox-0.17.1 vs lib/calendar.rb in inbox-0.17.2

- old
+ new

@@ -7,10 +7,10 @@ parameter :name parameter :description parameter :read_only def events - @events ||= RestfulModelCollection.new(Event, @_api, @namespace, {:calendar_id=>@id}) + @events ||= RestfulModelCollection.new(Event, @_api, @namespace_id, {:calendar_id=>@id}) end end -end \ No newline at end of file +end