Open Terreii opened 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.
To get the controller and id use Rails.application.routes.recognize_path .
Rails.application.routes.recognize_path
And to get the model class use controller_name.classify.constantize.
controller_name.classify.constantize
Add a way to recieve Webmentions.
How is documented on indiewebify.me, the W3C specification, on indieweb.org and the first webmention specification.