1
0
Fork 0
mirror of https://github.com/activerecord-hackery/ransack.git synced 2022-11-09 13:47:45 -05:00
activerecord-hackery--ransack/spec
Ryan Bigg 25ba7e3a8f Add ability to use a named route when using sort_link
For example,

sort_link [:engine, Engine::Model.search]

Will use the engine's routing to determine where the route should go. The :engine symbol here should be the name of your engine, i.e. the engine_name setting which generally defaults to the downcased version of your engine's module.

Addresses problem discussed in #84.
2012-03-29 08:01:22 -05:00
..
blueprints Initial commit. 2011-03-30 20:31:39 -04:00
helpers Initial commit. 2011-03-30 20:31:39 -04:00
ransack Add ability to use a named route when using sort_link 2012-03-29 08:01:22 -05:00
support Bump version, use polyamorous 2011-09-03 15:37:02 -04:00
console.rb 3.0 backporting work in progress 2011-04-18 11:28:19 -04:00
spec_helper.rb Version bump, Rails 3.2 compat (fixes #49) 2012-01-20 15:13:27 -05:00