Class: CollavreGithub::RepositoryLink
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- CollavreGithub::RepositoryLink
- Defined in:
- app/models/collavre_github/repository_link.rb
Instance Method Summary collapse
Instance Method Details
#markdown_sync_branch ⇒ Object
16 17 18 |
# File 'app/models/collavre_github/repository_link.rb', line 16 def markdown_sync_branch sync_branch.presence || "main" end |