cartodb-4.42/app/helpers/url_helper.rb

6 lines
133 B
Ruby
Raw Normal View History

2024-04-06 13:25:13 +08:00
module UrlHelper
def current_user_url(path, params = {})
CartoDB.url(self, path, params: params, user: current_user)
end
end