lib/slack/web/api/templates/endpoints.erb in slack-ruby-client-0.8.0 vs lib/slack/web/api/templates/endpoints.erb in slack-ruby-client-0.8.1
- old
+ new
@@ -1,8 +1,8 @@
# This file was auto-generated by lib/tasks/web.rake
<% files.each do |f| %>
-require 'slack/web/api/endpoints/<%= f %>'
+require_relative 'endpoints/<%= f %>'
<% end %>
module Slack
module Web
module Api