On 2 February 2016 at 20:14, David Williams <
li...@ruby-forum.com> wrote:
> Essentially, I'm trying to figure out how to create the retweet
> functionality for users.
Put a button on the view with "Retweet" on it and route the button to
an action in an appropriate controller that performs the function you
require.
Colin