activerecord-hackery--ransack/lib
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
..
ransack Add ability to use a named route when using sort_link 2012-03-29 08:01:22 -05:00
ransack.rb Strip out inaccessible associations from form helper attribute collections 2011-05-30 13:00:59 -04:00