module Utils::Paths

Overview

Path helpers

Direct including types

Defined in:

utils/paths.cr

Macro Summary

Macro Detail

macro activity_path(activity = nil) #

[View source]
macro actor_path(actor = nil) #

[View source]
macro actor_relationships_path(actor = nil, relationship = nil) #

[View source]
macro actor_remote_follow_path(actor = nil) #

[View source]
macro admin_accounts_path #

[View source]
macro admin_path #

[View source]
macro anchor(object = nil) #

[View source]
macro approve_path(object = nil) #

[View source]
macro back_path #

[View source]
macro block_actor_path(actor = nil) #

[View source]
macro block_object_path(object = nil) #

[View source]
macro cancel_fetch_hashtag_path(hashtag = nil) #

[View source]
macro cancel_fetch_thread_path(object = nil) #

[View source]
macro clear_translation_object_path(object = nil) #

[View source]
macro create_translation_object_path(object = nil) #

[View source]
macro edit_object_path(object = nil) #

[View source]
macro everything_path #

[View source]
macro filter_path(filter = nil) #

[View source]
macro filters_path #

[View source]
macro follow_hashtag_path(hashtag = nil) #

[View source]
macro follow_mention_path(mention = nil) #

[View source]
macro follow_thread_path(object = nil) #

[View source]
macro hashtag_path(hashtag = nil) #

[View source]
macro home_path #

[View source]
macro inbox_path(actor = nil) #

[View source]
macro mcp_actor_path(actor) #

[View source]
macro mcp_information_path #

[View source]
macro mcp_object_path(object) #

[View source]
macro mcp_user_path(account) #

[View source]
macro mention_path(mention = nil) #

[View source]
macro metrics_path #

[View source]
macro object_path(object = nil) #

[View source]
macro object_remote_like_path(object = nil) #

[View source]
macro object_remote_reply_path(object = nil) #

[View source]
macro object_remote_share_path(object = nil) #

[View source]
macro objects_path #

[View source]
macro outbox_path(actor = nil) #

[View source]
macro refresh_remote_actor_path(actor = nil) #

[View source]
macro remote_activity_path(activity = nil) #

[View source]
macro remote_actor_path(actor = nil) #

[View source]
macro remote_interaction_path #

[View source]
macro remote_object_path(object = nil) #

[View source]
macro remote_thread_path(object = nil, anchor = true) #

[View source]
macro reply_path(object = nil) #

[View source]
macro search_path #

[View source]
macro sessions_path #

[View source]
macro settings_path #

[View source]
macro start_fetch_hashtag_path(hashtag = nil) #

[View source]
macro start_fetch_thread_path(object = nil) #

[View source]
macro system_path #

[View source]
macro tasks_path #

[View source]
macro thread_path(object = nil, anchor = true) #

[View source]
macro unapprove_path(object = nil) #

[View source]
macro unblock_actor_path(actor = nil) #

[View source]
macro unblock_object_path(object = nil) #

[View source]
macro unfollow_hashtag_path(hashtag = nil) #

[View source]
macro unfollow_mention_path(mention = nil) #

[View source]
macro unfollow_thread_path(object = nil) #

[View source]