Terreii / indieweb-blog

0 stars 0 forks source link

Receive webmentions #134

Open Terreii opened 1 year ago

Terreii commented 1 year ago

Add a way to recieve Webmentions.

How is documented on indiewebify.me, the W3C specification, on indieweb.org and the first webmention specification.

Terreii commented 10 months ago

To get the controller and id use Rails.application.routes.recognize_path .

And to get the model class use controller_name.classify.constantize.