doorkeeper

https://github.com/doorkeeper-gem/doorkeeper

Ruby

Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.

AutomationRule#query_operator_value

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone git@github.com:doorkeeper-gem/doorkeeper.git

cd doorkeeper

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-AutomationRule-query_operator_value-for-pr


# Commit to git

git add git commit -m "better docs for AutomationRule#query_operator_value"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-AutomationRule-query_operator_value-for-pr

hub pull-request


# Celebrate!