RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: rumble
You're probably missing this line in your controller:
helper_method :sort_column, :sort_direction
This makes your 'sort_column' and 'sort_direction' controller methods available in your helper.
You're probably missing this line in your controller:
helper_method :sort_column, :sort_direction
This makes your 'sort_column' and 'sort_direction' controller methods available in your helper.