./lib/helios/backend/data.rb in helios-0.4.0 vs ./lib/helios/backend/data.rb in helios-0.4.1

- old
+ new

@@ -19,10 +19,9 @@ before do content_type :json end options '/resources' do - links = [] @model.entities.each do |entity| links << %{</#{entity.name.downcase.pluralize}>; rel="resource"} end