'Best way to create editable preview in rails?
people, now im working on my blog.I would like to be able to add publications via the link.
What I would like to see: User adds a link into form >> I get the data of this link using Metainspector >> render form with link information (title, img, etc) and submit button (user can change for example title - and save publication)
I don't know how correct it is, but I tried to create an additional method for this, and instead of Publication.create(params), I used Publication.new(params). However, I don't think it's the best approach
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
