huginn

https://github.com/cantino/huginn

Ruby

Create agents that monitor and act on your behalf. Your agents are standing by!

LiquidDroppable::ActiveRecordCollectionDrop#last

compatibility with array

Source | Google | Stack overflow

Edit

git clone [email protected]:cantino/huginn.git

cd huginn

open app/concerns/liquid_droppable.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-LiquidDroppable--ActiveRecordCollectionDrop-last-for-pr


# Commit to git

git add app/concerns/liquid_droppable.rbgit commit -m "better docs for LiquidDroppable::ActiveRecordCollectionDrop#last"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-LiquidDroppable--ActiveRecordCollectionDrop-last-for-pr

hub pull-request


# Celebrate!