ransack

https://github.com/activerecord-hackery/ransack

Ruby

Object-based searching.

Ransack::Configuration::PredicateCollection#sorted_names_with_underscores

Returns the value of attribute sorted_names_with_underscores

Source | Google | Stack overflow

Edit

git clone [email protected]:activerecord-hackery/ransack.git

cd ransack

open lib/ransack/configuration.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Ransack--Configuration--PredicateCollection-sorted_names_with_underscores-for-pr


# Commit to git

git add lib/ransack/configuration.rbgit commit -m "better docs for Ransack::Configuration::PredicateCollection#sorted_names_with_underscores"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Ransack--Configuration--PredicateCollection-sorted_names_with_underscores-for-pr

hub pull-request


# Celebrate!