Class: CollavreGithub::RepositoryLink

Inherits:
ApplicationRecord show all
Defined in:
app/models/collavre_github/repository_link.rb

Instance Method Summary collapse

Instance Method Details

#markdown_sync_branchObject



16
17
18
# File 'app/models/collavre_github/repository_link.rb', line 16

def markdown_sync_branch
  sync_branch.presence || "main"
end