Class: CollavreNotion::NotionPageLink

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/collavre_notion/notion_page_link.rb

Instance Method Summary collapse

Instance Method Details

#mark_synced!Object



15
16
17
# File 'app/models/collavre_notion/notion_page_link.rb', line 15

def mark_synced!
  touch(:last_synced_at)
end