lib/codily/elements/response_object.rb in codily-0.3.0 vs lib/codily/elements/response_object.rb in codily-0.3.1

- old
+ new

@@ -27,9 +27,12 @@ content_type response cache_condition request_condition ) + force_integer! *%i( + status + ) end def content(obj = nil) getset :content, file_loadable(obj) end