I have a admin page on my site which allows me to load seeds by clicking a link.
it just calls:
Rails.application.load_seed
Problem is, there is no feedback that this is happening - I would like to see the seed output somehow on the page (the same as if ran in the command line).
Is there a way to do this when the link is clicked?